#09629E

Color #09629E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #09629E

Tints of Cerulean #09629E

Color information

#09629E (or 0x09629E) is unknown color: approx Cerulean. HEX triplet: 09, 62 and 9E. RGB value is (9,98,158). Sum of RGB (Red+Green+Blue) = 9+98+158=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #09629E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09629E is #F69D61. Grayscale: #4D4D4D. Windows color (decimal): -16162146 or 10379785. OLE color: 10379785.

HSL color Cylindrical-coordinate representation of color #09629E: hue angle of 204.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09629E is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB998158-
CMYK0.940.3800.38
HSL204.16º89.22%32.75%-
HSV(B)204.16º94.3%61.96%-
XYZ10.6511.2633.96-
YUV78.23173.0178.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.40%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=3.40%
G=36.98%
B=59.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9981580.940.3800.38204.1689.2232.75
Hex9629E5E26026cc5921
Octal111422361364604631413141
Binary100111000101001111010111101001100100110110011001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09629E; }

 p { color: rgb(9,98,158); }

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

<style>
 a { background-color: #09629E; }

 a { background-color: rgb(9,98,158); }

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

<style>
 span { border-color: #09629E; }

 span { border-color: rgb(9,98,158); }

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