Html Css Color HEX #096295 Cerulean

📋 copy color: '#096295'

red 9 ◦ green 98 ◦ blue 149

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

Shades of Cerulean #096295

Tints of Cerulean #096295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 3.52%
G = 38.28%
B = 58.2%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096295 (or 0x096295) is known color: Cerulean. HEX triplet: 09, 62 and 95. RGB value is (9,98,149). Sum of RGB (Red+Green+Blue) = 9+98+149=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #096295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096295 is #F69D6A. Grayscale: #4C4C4C. Windows color (decimal): -16162155 or 9789961. OLE color: 9789961.

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

Color convert

RGB 9 98 149 -
CMYK 0.94 0.34 0 0.42
HSL 201.86º 0.89% 0.31% -
HSV(B) 201.86º 0.94% 0.58% -
XYZ 9.91 10.96 30.03 -
YUV 77.2 168.51 79.35 -
System Red Green Blue C M Y K H S L
Decimal 9 98 149 0.94 0.34 0 0.42 201.86 0.89 0.31
Hex 9 62 95 5E 22 0 2A CA 59 1F
Octal 11 142 225 136 42 0 52 312 131 37
Binary 1001 1100010 10010101 1011110 100010 0 101010 11001010 1011001 11111

Color Harmonies of #096295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096295

Black with #096295

Text Example


Text Example

White with #096295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096295; }

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

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

background-color css

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

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

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

border-color css

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

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

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