Html Css Color HEX #097694 Cerulean

📋 copy color: '#097694'

red 9 ◦ green 118 ◦ blue 148

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

Shades of Cerulean #097694

Tints of Cerulean #097694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.91%

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

R = 3.27%
G = 42.91%
B = 53.82%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097694 (or 0x097694) is known color: Cerulean. HEX triplet: 09, 76 and 94. RGB value is (9,118,148). Sum of RGB (Red+Green+Blue) = 9+118+148=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #097694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097694 is #F6896B. Grayscale: #585858. Windows color (decimal): -16157036 or 9729545. OLE color: 9729545.

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

Color convert

RGB 9 118 148 -
CMYK 0.94 0.20 0 0.42
HSL 192.95º 0.89% 0.31% -
HSV(B) 192.95º 0.94% 0.58% -
XYZ 11.94 15.15 30.31 -
YUV 88.83 161.39 71.06 -
System Red Green Blue C M Y K H S L
Decimal 9 118 148 0.94 0.20 0 0.42 192.95 0.89 0.31
Hex 9 76 94 5E 14 0 2A C1 59 1F
Octal 11 166 224 136 24 0 52 301 131 37
Binary 1001 1110110 10010100 1011110 10100 0 101010 11000001 1011001 11111

Color Harmonies of #097694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097694

Black with #097694

Text Example


Text Example

White with #097694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097694; }

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

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

background-color css

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

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

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

border-color css

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

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

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