Html Css Color HEX #094A85 Dark Cerulean

📋 copy color: '#094A85'

red 9 ◦ green 74 ◦ blue 133

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

Shades of Dark Cerulean #094A85

Tints of Dark Cerulean #094A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.57%

R = 4.17%
G = 34.26%
B = 61.57%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#094A85 (or 0x094A85) is known color: Dark Cerulean. HEX triplet: 09, 4A and 85. RGB value is (9,74,133). Sum of RGB (Red+Green+Blue) = 9+74+133=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #094A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A85 is #F6B57A. Grayscale: #3C3C3C. Windows color (decimal): -16168315 or 8735241. OLE color: 8735241.

HSL color Cylindrical-coordinate representation of color #094A85: hue angle of 208.55º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094A85 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 74 133 -
CMYK 0.93 0.44 0 0.48
HSL 208.55º 0.87% 0.28% -
HSV(B) 208.55º 0.93% 0.52% -
XYZ 6.8 6.65 23.12 -
YUV 61.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 9 74 133 0.93 0.44 0 0.48 208.55 0.87 0.28
Hex 9 4A 85 5D 2C 0 30 D1 57 1C
Octal 11 112 205 135 54 0 60 321 127 34
Binary 1001 1001010 10000101 1011101 101100 0 110000 11010001 1010111 11100

Color Harmonies of #094A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A85

Black with #094A85

Text Example


Text Example

White with #094A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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