#0D90CA

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

Shades of Pacific Blue #0D90CA

Tints of Pacific Blue #0D90CA

Color information

#0D90CA (or 0x0D90CA) is unknown color: approx Pacific Blue. HEX triplet: 0D, 90 and CA. RGB value is (13,144,202). Sum of RGB (Red+Green+Blue) = 13+144+202=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D90CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D90CA is #F26F35. Grayscale: #6F6F6F. Windows color (decimal): -15888182 or 13275149. OLE color: 13275149.

HSL color Cylindrical-coordinate representation of color #0D90CA: hue angle of 198.41º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D90CA is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13144202-
CMYK0.940.2900.21
HSL198.41º87.91%42.16%-
HSV(B)198.41º93.56%79.22%-
XYZ20.824.359.47-
YUV111.44179.157.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.62%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=3.62%
G=40.11%
B=56.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131442020.940.2900.21198.4187.9142.16
HexD90CA5E1D015c6582a
Octal152203121363502530613052
Binary11011001000011001010101111011101010101110001101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D90CA; }

 p { color: rgb(13,144,202); }

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

<style>
 a { background-color: #0D90CA; }

 a { background-color: rgb(13,144,202); }

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

<style>
 span { border-color: #0D90CA; }

 span { border-color: rgb(13,144,202); }

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