Html Css Color HEX #095794 Dark Cerulean

📋 copy color: '#095794'

red 9 ◦ green 87 ◦ blue 148

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

Shades of Dark Cerulean #095794

Tints of Dark Cerulean #095794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

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

R = 3.69%
G = 35.66%
B = 60.66%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095794 (or 0x095794) is known color: Dark Cerulean. HEX triplet: 09, 57 and 94. RGB value is (9,87,148). Sum of RGB (Red+Green+Blue) = 9+87+148=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #095794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095794 is #F6A86B. Grayscale: #464646. Windows color (decimal): -16164972 or 9721609. OLE color: 9721609.

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

Color convert

RGB 9 87 148 -
CMYK 0.94 0.41 0 0.42
HSL 206.33º 0.89% 0.31% -
HSV(B) 206.33º 0.94% 0.58% -
XYZ 8.87 9.01 29.29 -
YUV 70.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 9 87 148 0.94 0.41 0 0.42 206.33 0.89 0.31
Hex 9 57 94 5E 29 0 2A CE 59 1F
Octal 11 127 224 136 51 0 52 316 131 37
Binary 1001 1010111 10010100 1011110 101001 0 101010 11001110 1011001 11111

Color Harmonies of #095794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095794

Black with #095794

Text Example


Text Example

White with #095794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095794; }

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

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

background-color css

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

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

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

border-color css

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

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

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