Html Css Color HEX #09609B Cerulean

📋 copy color: '#09609B'

red 9 ◦ green 96 ◦ blue 155

#09609B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #09609B

Tints of Cerulean #09609B

RGB

 RED value IS 9 (3.91% from 255) = 3.46%

 GREEN value IS 96 (37.89% from 255) = 36.92%

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 3.46%
G = 36.92%
B = 59.62%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09609B (or 0x09609B) is known color: Cerulean. HEX triplet: 09, 60 and 9B. RGB value is (9,96,155). Sum of RGB (Red+Green+Blue) = 9+96+155=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #09609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09609B is #F69F64. Grayscale: #4C4C4C. Windows color (decimal): -16162661 or 10182665. OLE color: 10182665.

HSL color Cylindrical-coordinate representation of color #09609B: hue angle of 204.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09609B is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 96 155 -
CMYK 0.94 0.38 0 0.39
HSL 204.25º 0.89% 0.32% -
HSV(B) 204.25º 0.94% 0.61% -
XYZ 10.21 10.79 32.55 -
YUV 76.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 9 96 155 0.94 0.38 0 0.39 204.25 0.89 0.32
Hex 9 60 9B 5E 26 0 27 CC 59 20
Octal 11 140 233 136 46 0 47 314 131 40
Binary 1001 1100000 10011011 1011110 100110 0 100111 11001100 1011001 100000

Color Harmonies of #09609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09609B

Black with #09609B

Text Example


Text Example

White with #09609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09609B; }

 p { color: rgb(9,96,155); }

 H1.HeaderClassName
 {
   color: #09609B;
 }
 .AnyTagClassName
 {
   color: #09609B;
 }
</style>

background-color css

<style>
 a { background-color: #09609B; }

 a { background-color: rgb(9,96,155); }

 div.DivClassName
 {
   background-color: #09609B;
 }
 .BgClassName
 {
   background-color: #09609B;
 }
</style>

border-color css

<style>
 span { border-color: #09609B; }

 span { border-color: rgb(9,96,155); }

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