Html Css Color HEX #094967 Dark Cerulean

📋 copy color: '#094967'

red 9 ◦ green 73 ◦ blue 103

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

Shades of Dark Cerulean #094967

Tints of Dark Cerulean #094967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.46%

 BLUE value IS 103 (40.63% from 255) = 55.68%

R = 4.86%
G = 39.46%
B = 55.68%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#094967 (or 0x094967) is known color: Dark Cerulean. HEX triplet: 09, 49 and 67. RGB value is (9,73,103). Sum of RGB (Red+Green+Blue) = 9+73+103=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #094967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094967 is #F6B698. Grayscale: #393939. Windows color (decimal): -16168601 or 6768905. OLE color: 6768905.

HSL color Cylindrical-coordinate representation of color #094967: hue angle of 199.15º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094967 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 73 103 -
CMYK 0.91 0.29 0 0.60
HSL 199.15º 0.84% 0.22% -
HSV(B) 199.15º 0.91% 0.4% -
XYZ 4.94 5.8 13.69 -
YUV 57.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 9 73 103 0.91 0.29 0 0.60 199.15 0.84 0.22
Hex 9 49 67 5B 1D 0 3C C7 54 16
Octal 11 111 147 133 35 0 74 307 124 26
Binary 1001 1001001 1100111 1011011 11101 0 111100 11000111 1010100 10110

Color Harmonies of #094967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094967

Black with #094967

Text Example


Text Example

White with #094967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094967; }

 p { color: rgb(9,73,103); }

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

background-color css

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

 a { background-color: rgb(9,73,103); }

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

border-color css

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

 span { border-color: rgb(9,73,103); }

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