Html Css Color HEX #096394 Cerulean

📋 copy color: '#096394'

red 9 ◦ green 99 ◦ blue 148

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

Shades of Cerulean #096394

Tints of Cerulean #096394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

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

R = 3.52%
G = 38.67%
B = 57.81%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096394 (or 0x096394) is known color: Cerulean. HEX triplet: 09, 63 and 94. RGB value is (9,99,148). Sum of RGB (Red+Green+Blue) = 9+99+148=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #096394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096394 is #F69C6B. Grayscale: #4D4D4D. Windows color (decimal): -16161900 or 9724681. OLE color: 9724681.

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

Color convert

RGB 9 99 148 -
CMYK 0.94 0.33 0 0.42
HSL 201.15º 0.89% 0.31% -
HSV(B) 201.15º 0.94% 0.58% -
XYZ 9.92 11.12 29.64 -
YUV 77.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 9 99 148 0.94 0.33 0 0.42 201.15 0.89 0.31
Hex 9 63 94 5E 21 0 2A C9 59 1F
Octal 11 143 224 136 41 0 52 311 131 37
Binary 1001 1100011 10010100 1011110 100001 0 101010 11001001 1011001 11111

Color Harmonies of #096394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096394

Black with #096394

Text Example


Text Example

White with #096394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096394; }

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

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

background-color css

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

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

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

border-color css

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

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

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