Html Css Color HEX #096094 Cerulean

📋 copy color: '#096094'

red 9 ◦ green 96 ◦ blue 148

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

Shades of Cerulean #096094

Tints of Cerulean #096094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 3.56%
G = 37.94%
B = 58.5%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096094 (or 0x096094) is known color: Cerulean. HEX triplet: 09, 60 and 94. RGB value is (9,96,148). Sum of RGB (Red+Green+Blue) = 9+96+148=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #096094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096094 is #F69F6B. Grayscale: #4B4B4B. Windows color (decimal): -16162668 or 9723913. OLE color: 9723913.

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

Color convert

RGB 9 96 148 -
CMYK 0.94 0.35 0 0.42
HSL 202.45º 0.89% 0.31% -
HSV(B) 202.45º 0.94% 0.58% -
XYZ 9.64 10.56 29.55 -
YUV 75.92 168.68 80.27 -
System Red Green Blue C M Y K H S L
Decimal 9 96 148 0.94 0.35 0 0.42 202.45 0.89 0.31
Hex 9 60 94 5E 23 0 2A CA 59 1F
Octal 11 140 224 136 43 0 52 312 131 37
Binary 1001 1100000 10010100 1011110 100011 0 101010 11001010 1011001 11111

Color Harmonies of #096094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096094

Black with #096094

Text Example


Text Example

White with #096094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096094; }

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

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

background-color css

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

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

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

border-color css

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

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

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