#1D90BB

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

Shades of Pelorous #1D90BB

Tints of Pelorous #1D90BB

Color information

#1D90BB (or 0x1D90BB) is unknown color: approx Pelorous. HEX triplet: 1D, 90 and BB. RGB value is (29,144,187). Sum of RGB (Red+Green+Blue) = 29+144+187=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D90BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D90BB is #E26F44. Grayscale: #727272. Windows color (decimal): -14839621 or 12292125. OLE color: 12292125.

HSL color Cylindrical-coordinate representation of color #1D90BB: hue angle of 196.33º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D90BB is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB29144187-
CMYK0.840.2300.27
HSL196.33º73.15%42.35%-
HSV(B)196.33º84.49%73.33%-
XYZ19.4523.850.58-
YUV114.52168.967-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.06%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=8.06%
G=40%
B=51.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291441870.840.2300.27196.3373.1542.35
Hex1D90BB541701Bc4492a
Octal352202731242703330411152
Binary111011001000010111011101010010111011011110001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,144,187); }

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

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

 a { background-color: rgb(29,144,187); }

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

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

 span { border-color: rgb(29,144,187); }

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