Html Css Color HEX #095694 Dark Cerulean

📋 copy color: '#095694'

red 9 ◦ green 86 ◦ blue 148

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

Shades of Dark Cerulean #095694

Tints of Dark Cerulean #095694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

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

R = 3.7%
G = 35.39%
B = 60.91%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095694 (or 0x095694) is known color: Dark Cerulean. HEX triplet: 09, 56 and 94. RGB value is (9,86,148). Sum of RGB (Red+Green+Blue) = 9+86+148=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #095694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095694 is #F6A96B. Grayscale: #454545. Windows color (decimal): -16165228 or 9721353. OLE color: 9721353.

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

Color convert

RGB 9 86 148 -
CMYK 0.94 0.42 0 0.42
HSL 206.76º 0.89% 0.31% -
HSV(B) 206.76º 0.94% 0.58% -
XYZ 8.79 8.85 29.26 -
YUV 70.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 9 86 148 0.94 0.42 0 0.42 206.76 0.89 0.31
Hex 9 56 94 5E 2A 0 2A CF 59 1F
Octal 11 126 224 136 52 0 52 317 131 37
Binary 1001 1010110 10010100 1011110 101010 0 101010 11001111 1011001 11111

Color Harmonies of #095694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095694

Black with #095694

Text Example


Text Example

White with #095694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095694; }

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

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

background-color css

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

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

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

border-color css

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

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

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