Html Css Color HEX #094082 Dark Cerulean

📋 copy color: '#094082'

red 9 ◦ green 64 ◦ blue 130

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

Shades of Dark Cerulean #094082

Tints of Dark Cerulean #094082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 4.43%
G = 31.53%
B = 64.04%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#094082 (or 0x094082) is known color: Dark Cerulean. HEX triplet: 09, 40 and 82. RGB value is (9,64,130). Sum of RGB (Red+Green+Blue) = 9+64+130=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #094082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094082 is #F6BF7D. Grayscale: #363636. Windows color (decimal): -16170878 or 8536073. OLE color: 8536073.

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

Color convert

RGB 9 64 130 -
CMYK 0.93 0.51 0 0.49
HSL 212.73º 0.87% 0.27% -
HSV(B) 212.73º 0.93% 0.51% -
XYZ 5.98 5.34 21.83 -
YUV 55.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 9 64 130 0.93 0.51 0 0.49 212.73 0.87 0.27
Hex 9 40 82 5D 33 0 31 D5 57 1B
Octal 11 100 202 135 63 0 61 325 127 33
Binary 1001 1000000 10000010 1011101 110011 0 110001 11010101 1010111 11011

Color Harmonies of #094082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094082

Black with #094082

Text Example


Text Example

White with #094082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094082; }

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

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

background-color css

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

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

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

border-color css

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

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

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