Html Css Color HEX #094170 Dark Cerulean

📋 copy color: '#094170'

red 9 ◦ green 65 ◦ blue 112

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

Shades of Dark Cerulean #094170

Tints of Dark Cerulean #094170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 4.84%
G = 34.95%
B = 60.22%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094170 (or 0x094170) is known color: Dark Cerulean. HEX triplet: 09, 41 and 70. RGB value is (9,65,112). Sum of RGB (Red+Green+Blue) = 9+65+112=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #094170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094170 is #F6BE8F. Grayscale: #353535. Windows color (decimal): -16170640 or 7356681. OLE color: 7356681.

HSL color Cylindrical-coordinate representation of color #094170: hue angle of 207.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094170 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 65 112 -
CMYK 0.92 0.42 0 0.56
HSL 207.38º 0.85% 0.24% -
HSV(B) 207.38º 0.92% 0.44% -
XYZ 4.93 5.01 16.04 -
YUV 53.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 9 65 112 0.92 0.42 0 0.56 207.38 0.85 0.24
Hex 9 41 70 5C 2A 0 38 CF 55 18
Octal 11 101 160 134 52 0 70 317 125 30
Binary 1001 1000001 1110000 1011100 101010 0 111000 11001111 1010101 11000

Color Harmonies of #094170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094170

Black with #094170

Text Example


Text Example

White with #094170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094170; }

 p { color: rgb(9,65,112); }

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

background-color css

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

 a { background-color: rgb(9,65,112); }

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

border-color css

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

 span { border-color: rgb(9,65,112); }

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