Html Css Color HEX #094080 Dark Cerulean

📋 copy color: '#094080'

red 9 ◦ green 64 ◦ blue 128

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

Shades of Dark Cerulean #094080

Tints of Dark Cerulean #094080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 128 (50.39% from 255) = 63.68%

R = 4.48%
G = 31.84%
B = 63.68%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#094080 (or 0x094080) is known color: Dark Cerulean. HEX triplet: 09, 40 and 80. RGB value is (9,64,128). Sum of RGB (Red+Green+Blue) = 9+64+128=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #094080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094080 is #F6BF7F. Grayscale: #363636. Windows color (decimal): -16170880 or 8405001. OLE color: 8405001.

HSL color Cylindrical-coordinate representation of color #094080: hue angle of 212.27º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094080 is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 64 128 -
CMYK 0.93 0.5 0 0.50
HSL 212.27º 0.87% 0.27% -
HSV(B) 212.27º 0.93% 0.5% -
XYZ 5.84 5.28 21.13 -
YUV 54.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 9 64 128 0.93 0.5 0 0.50 212.27 0.87 0.27
Hex 9 40 80 5D 32 0 32 D4 57 1B
Octal 11 100 200 135 62 0 62 324 127 33
Binary 1001 1000000 10000000 1011101 110010 0 110010 11010100 1010111 11011

Color Harmonies of #094080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094080

Black with #094080

Text Example


Text Example

White with #094080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094080; }

 p { color: rgb(9,64,128); }

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

background-color css

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

 a { background-color: rgb(9,64,128); }

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

border-color css

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

 span { border-color: rgb(9,64,128); }

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