Html Css Color HEX #094885 Dark Cerulean

📋 copy color: '#094885'

red 9 ◦ green 72 ◦ blue 133

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

Shades of Dark Cerulean #094885

Tints of Dark Cerulean #094885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

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

R = 4.21%
G = 33.64%
B = 62.15%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#094885 (or 0x094885) is known color: Dark Cerulean. HEX triplet: 09, 48 and 85. RGB value is (9,72,133). Sum of RGB (Red+Green+Blue) = 9+72+133=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #094885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094885 is #F6B77A. Grayscale: #3B3B3B. Windows color (decimal): -16168827 or 8734729. OLE color: 8734729.

HSL color Cylindrical-coordinate representation of color #094885: hue angle of 209.52º 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 #094885 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 72 133 -
CMYK 0.93 0.46 0 0.48
HSL 209.52º 0.87% 0.28% -
HSV(B) 209.52º 0.93% 0.52% -
XYZ 6.66 6.39 23.07 -
YUV 60.12 169.13 91.54 -
System Red Green Blue C M Y K H S L
Decimal 9 72 133 0.93 0.46 0 0.48 209.52 0.87 0.28
Hex 9 48 85 5D 2E 0 30 D2 57 1C
Octal 11 110 205 135 56 0 60 322 127 34
Binary 1001 1001000 10000101 1011101 101110 0 110000 11010010 1010111 11100

Color Harmonies of #094885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094885

Black with #094885

Text Example


Text Example

White with #094885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094885; }

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

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

background-color css

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

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

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

border-color css

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

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

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