Html Css Color HEX #096294 Cerulean

📋 copy color: '#096294'

red 9 ◦ green 98 ◦ blue 148

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

Shades of Cerulean #096294

Tints of Cerulean #096294

RGB

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

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

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

R = 3.53%
G = 38.43%
B = 58.04%

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

#096294 (or 0x096294) is known color: Cerulean. HEX triplet: 09, 62 and 94. RGB value is (9,98,148). Sum of RGB (Red+Green+Blue) = 9+98+148=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #096294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096294 is #F69D6B. Grayscale: #4C4C4C. Windows color (decimal): -16162156 or 9724425. OLE color: 9724425.

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

Color convert

RGB 9 98 148 -
CMYK 0.94 0.34 0 0.42
HSL 201.58º 0.89% 0.31% -
HSV(B) 201.58º 0.94% 0.58% -
XYZ 9.83 10.93 29.61 -
YUV 77.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 9 98 148 0.94 0.34 0 0.42 201.58 0.89 0.31
Hex 9 62 94 5E 22 0 2A CA 59 1F
Octal 11 142 224 136 42 0 52 312 131 37
Binary 1001 1100010 10010100 1011110 100010 0 101010 11001010 1011001 11111

Color Harmonies of #096294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096294

Black with #096294

Text Example


Text Example

White with #096294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096294; }

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

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

background-color css

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

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

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

border-color css

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

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

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