Html Css Color HEX #096296 Cerulean

📋 copy color: '#096296'

red 9 ◦ green 98 ◦ blue 150

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

Shades of Cerulean #096296

Tints of Cerulean #096296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 3.5%
G = 38.13%
B = 58.37%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096296 (or 0x096296) is known color: Cerulean. HEX triplet: 09, 62 and 96. RGB value is (9,98,150). Sum of RGB (Red+Green+Blue) = 9+98+150=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #096296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096296 is #F69D69. Grayscale: #4D4D4D. Windows color (decimal): -16162154 or 9855497. OLE color: 9855497.

HSL color Cylindrical-coordinate representation of color #096296: hue angle of 202.13º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096296 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 98 150 -
CMYK 0.94 0.35 0 0.41
HSL 202.13º 0.89% 0.31% -
HSV(B) 202.13º 0.94% 0.59% -
XYZ 9.99 11 30.45 -
YUV 77.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 9 98 150 0.94 0.35 0 0.41 202.13 0.89 0.31
Hex 9 62 96 5E 23 0 29 CA 59 1F
Octal 11 142 226 136 43 0 51 312 131 37
Binary 1001 1100010 10010110 1011110 100011 0 101001 11001010 1011001 11111

Color Harmonies of #096296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096296

Black with #096296

Text Example


Text Example

White with #096296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096296; }

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

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

background-color css

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

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

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

border-color css

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

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

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