Html Css Color HEX #094771 Dark Cerulean

📋 copy color: '#094771'

red 9 ◦ green 71 ◦ blue 113

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

Shades of Dark Cerulean #094771

Tints of Dark Cerulean #094771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 4.66%
G = 36.79%
B = 58.55%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094771 (or 0x094771) is known color: Dark Cerulean. HEX triplet: 09, 47 and 71. RGB value is (9,71,113). Sum of RGB (Red+Green+Blue) = 9+71+113=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #094771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094771 is #F6B88E. Grayscale: #393939. Windows color (decimal): -16169103 or 7423753. OLE color: 7423753.

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

Color convert

RGB 9 71 113 -
CMYK 0.92 0.37 0 0.56
HSL 204.23º 0.85% 0.24% -
HSV(B) 204.23º 0.92% 0.44% -
XYZ 5.35 5.76 16.45 -
YUV 57.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 9 71 113 0.92 0.37 0 0.56 204.23 0.85 0.24
Hex 9 47 71 5C 25 0 38 CC 55 18
Octal 11 107 161 134 45 0 70 314 125 30
Binary 1001 1000111 1110001 1011100 100101 0 111000 11001100 1010101 11000

Color Harmonies of #094771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094771

Black with #094771

Text Example


Text Example

White with #094771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094771; }

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

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

background-color css

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

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

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

border-color css

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

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

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