#1090D2

Color #1090D2 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1090D2

Tints of Pacific Blue #1090D2

Color information

#1090D2 (or 0x1090D2) is unknown color: approx Pacific Blue. HEX triplet: 10, 90 and D2. RGB value is (16,144,210). Sum of RGB (Red+Green+Blue) = 16+144+210=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #1090D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090D2 is #EF6F2D. Grayscale: #707070. Windows color (decimal): -15691566 or 13799440. OLE color: 13799440.

HSL color Cylindrical-coordinate representation of color #1090D2: hue angle of 200.41º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1090D2 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16144210-
CMYK0.920.3100.18
HSL200.41º85.84%44.31%-
HSV(B)200.41º92.38%82.35%-
XYZ21.8224.7164.59-
YUV113.25182.5958.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.32%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 210 (82.42% from 255) = 56.76%
R=4.32%
G=38.92%
B=56.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161442100.920.3100.18200.4185.8444.31
Hex1090D25C1F012c8562c
Octal202203221343702231012654
Binary100001001000011010010101110011111010010110010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1090D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1090D2; }

 p { color: rgb(16,144,210); }

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

<style>
 a { background-color: #1090D2; }

 a { background-color: rgb(16,144,210); }

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

<style>
 span { border-color: #1090D2; }

 span { border-color: rgb(16,144,210); }

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