Html Css Color HEX #094674 Dark Cerulean

📋 copy color: '#094674'

red 9 ◦ green 70 ◦ blue 116

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

Shades of Dark Cerulean #094674

Tints of Dark Cerulean #094674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.49%

R = 4.62%
G = 35.9%
B = 59.49%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#094674 (or 0x094674) is known color: Dark Cerulean. HEX triplet: 09, 46 and 74. RGB value is (9,70,116). Sum of RGB (Red+Green+Blue) = 9+70+116=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #094674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094674 is #F6B98B. Grayscale: #383838. Windows color (decimal): -16169356 or 7620105. OLE color: 7620105.

HSL color Cylindrical-coordinate representation of color #094674: hue angle of 205.79º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094674 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 70 116 -
CMYK 0.92 0.40 0 0.55
HSL 205.79º 0.86% 0.25% -
HSV(B) 205.79º 0.92% 0.45% -
XYZ 5.46 5.7 17.34 -
YUV 57.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 9 70 116 0.92 0.40 0 0.55 205.79 0.86 0.25
Hex 9 46 74 5C 28 0 37 CE 56 19
Octal 11 106 164 134 50 0 67 316 126 31
Binary 1001 1000110 1110100 1011100 101000 0 110111 11001110 1010110 11001

Color Harmonies of #094674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094674

Black with #094674

Text Example


Text Example

White with #094674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094674; }

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

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

background-color css

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

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

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

border-color css

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

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

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