Html Css Color HEX #094A7D Dark Cerulean

📋 copy color: '#094A7D'

red 9 ◦ green 74 ◦ blue 125

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

Shades of Dark Cerulean #094A7D

Tints of Dark Cerulean #094A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 125 (49.22% from 255) = 60.1%

R = 4.33%
G = 35.58%
B = 60.1%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#094A7D (or 0x094A7D) is known color: Dark Cerulean. HEX triplet: 09, 4A and 7D. RGB value is (9,74,125). Sum of RGB (Red+Green+Blue) = 9+74+125=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #094A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A7D is #F6B582. Grayscale: #3C3C3C. Windows color (decimal): -16168323 or 8210953. OLE color: 8210953.

HSL color Cylindrical-coordinate representation of color #094A7D: hue angle of 206.38º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094A7D is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 74 125 -
CMYK 0.93 0.41 0 0.51
HSL 206.38º 0.87% 0.26% -
HSV(B) 206.38º 0.93% 0.49% -
XYZ 6.26 6.44 20.31 -
YUV 60.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 9 74 125 0.93 0.41 0 0.51 206.38 0.87 0.26
Hex 9 4A 7D 5D 29 0 33 CE 57 1A
Octal 11 112 175 135 51 0 63 316 127 32
Binary 1001 1001010 1111101 1011101 101001 0 110011 11001110 1010111 11010

Color Harmonies of #094A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A7D

Black with #094A7D

Text Example


Text Example

White with #094A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A7D; }

 p { color: rgb(9,74,125); }

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

background-color css

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

 a { background-color: rgb(9,74,125); }

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

border-color css

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

 span { border-color: rgb(9,74,125); }

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