Html Css Color HEX #09659B Cerulean

📋 copy color: '#09659B'

red 9 ◦ green 101 ◦ blue 155

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

Shades of Cerulean #09659B

Tints of Cerulean #09659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

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

R = 3.4%
G = 38.11%
B = 58.49%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09659B (or 0x09659B) is known color: Cerulean. HEX triplet: 09, 65 and 9B. RGB value is (9,101,155). Sum of RGB (Red+Green+Blue) = 9+101+155=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #09659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09659B is #F69A64. Grayscale: #4F4F4F. Windows color (decimal): -16161381 or 10183945. OLE color: 10183945.

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

Color convert

RGB 9 101 155 -
CMYK 0.94 0.35 0 0.39
HSL 202.19º 0.89% 0.32% -
HSV(B) 202.19º 0.94% 0.61% -
XYZ 10.68 11.73 32.71 -
YUV 79.65 170.52 77.61 -
System Red Green Blue C M Y K H S L
Decimal 9 101 155 0.94 0.35 0 0.39 202.19 0.89 0.32
Hex 9 65 9B 5E 23 0 27 CA 59 20
Octal 11 145 233 136 43 0 47 312 131 40
Binary 1001 1100101 10011011 1011110 100011 0 100111 11001010 1011001 100000

Color Harmonies of #09659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09659B

Black with #09659B

Text Example


Text Example

White with #09659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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