Html Css Color HEX #09669B Cerulean

📋 copy color: '#09669B'

red 9 ◦ green 102 ◦ blue 155

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

Shades of Cerulean #09669B

Tints of Cerulean #09669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

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

R = 3.38%
G = 38.35%
B = 58.27%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09669B (or 0x09669B) is known color: Cerulean. HEX triplet: 09, 66 and 9B. RGB value is (9,102,155). Sum of RGB (Red+Green+Blue) = 9+102+155=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #09669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09669B is #F69964. Grayscale: #4F4F4F. Windows color (decimal): -16161125 or 10184201. OLE color: 10184201.

HSL color Cylindrical-coordinate representation of color #09669B: hue angle of 201.78º 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 #09669B is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 102 155 -
CMYK 0.94 0.34 0 0.39
HSL 201.78º 0.89% 0.32% -
HSV(B) 201.78º 0.94% 0.61% -
XYZ 10.78 11.93 32.74 -
YUV 80.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 9 102 155 0.94 0.34 0 0.39 201.78 0.89 0.32
Hex 9 66 9B 5E 22 0 27 CA 59 20
Octal 11 146 233 136 42 0 47 312 131 40
Binary 1001 1100110 10011011 1011110 100010 0 100111 11001010 1011001 100000

Color Harmonies of #09669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09669B

Black with #09669B

Text Example


Text Example

White with #09669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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