#1D89BC

Color #1D89BC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1D89BC

Tints of Pelorous #1D89BC

Color information

#1D89BC (or 0x1D89BC) is unknown color: approx Pelorous. HEX triplet: 1D, 89 and BC. RGB value is (29,137,188). Sum of RGB (Red+Green+Blue) = 29+137+188=354 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.19% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D89BC is #E27643. Grayscale: #6E6E6E. Windows color (decimal): -14841412 or 12355869. OLE color: 12355869.

HSL color Cylindrical-coordinate representation of color #1D89BC: hue angle of 199.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D89BC is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB29137188-
CMYK0.850.2700.26
HSL199.25º73.27%42.55%-
HSV(B)199.25º84.57%73.73%-
XYZ18.5321.7850.8-
YUV110.52171.7269.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 8.19%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=8.19%
G=38.70%
B=53.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal291371880.850.2700.26199.2573.2742.55
Hex1D89BC551B01Ac7492b
Octal352112741253303230711153
Binary111011000100110111100101010111011011010110001111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D89BC; }

 p { color: rgb(29,137,188); }

 H1.HeaderClassName
 {
   color: #1D89BC;
 }
 .AnyTagClassName
 {
   color: #1D89BC;
 }
</style>
background-color css

<style>
 a { background-color: #1D89BC; }

 a { background-color: rgb(29,137,188); }

 div.DivClassName
 {
   background-color: #1D89BC;
 }
 .BgClassName
 {
   background-color: #1D89BC;
 }
</style>
border-color css

<style>
 span { border-color: #1D89BC; }

 span { border-color: rgb(29,137,188); }

 td.TdClassName
 {
   border-color: #1D89BC;
 }
 .TagClassName
 {
   border-color: #1D89BC;
 }
</style>