#09629A

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

Shades of Cerulean #09629A

Tints of Cerulean #09629A

Color information

#09629A (or 0x09629A) is unknown color: approx Cerulean. HEX triplet: 09, 62 and 9A. RGB value is (9,98,154). Sum of RGB (Red+Green+Blue) = 9+98+154=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #09629A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09629A is #F69D65. Grayscale: #4D4D4D. Windows color (decimal): -16162150 or 10117641. OLE color: 10117641.

HSL color Cylindrical-coordinate representation of color #09629A: hue angle of 203.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09629A is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB998154-
CMYK0.940.3600.40
HSL203.17º88.96%31.96%-
HSV(B)203.17º94.16%60.39%-
XYZ10.3111.1332.18-
YUV77.77171.0178.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.45%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=3.45%
G=37.55%
B=59.00%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9981540.940.3600.40203.1788.9631.96
Hex9629A5E24028cb5920
Octal111422321364405031313140
Binary100111000101001101010111101001000101000110010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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