Html Css Color HEX #094671 Dark Cerulean

📋 copy color: '#094671'

red 9 ◦ green 70 ◦ blue 113

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

Shades of Dark Cerulean #094671

Tints of Dark Cerulean #094671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

 BLUE value IS 113 (44.53% from 255) = 58.85%

R = 4.69%
G = 36.46%
B = 58.85%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094671 (or 0x094671) is known color: Dark Cerulean. HEX triplet: 09, 46 and 71. RGB value is (9,70,113). Sum of RGB (Red+Green+Blue) = 9+70+113=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #094671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094671 is #F6B98E. Grayscale: #383838. Windows color (decimal): -16169359 or 7423497. OLE color: 7423497.

HSL color Cylindrical-coordinate representation of color #094671: hue angle of 204.81º 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 #094671 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 70 113 -
CMYK 0.92 0.38 0 0.56
HSL 204.81º 0.85% 0.24% -
HSV(B) 204.81º 0.92% 0.44% -
XYZ 5.28 5.63 16.43 -
YUV 56.66 159.79 94 -
System Red Green Blue C M Y K H S L
Decimal 9 70 113 0.92 0.38 0 0.56 204.81 0.85 0.24
Hex 9 46 71 5C 26 0 38 CD 55 18
Octal 11 106 161 134 46 0 70 315 125 30
Binary 1001 1000110 1110001 1011100 100110 0 111000 11001101 1010101 11000

Color Harmonies of #094671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094671

Black with #094671

Text Example


Text Example

White with #094671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094671; }

 p { color: rgb(9,70,113); }

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

background-color css

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

 a { background-color: rgb(9,70,113); }

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

border-color css

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

 span { border-color: rgb(9,70,113); }

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