Html Css Color HEX #094982 Dark Cerulean

📋 copy color: '#094982'

red 9 ◦ green 73 ◦ blue 130

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

Shades of Dark Cerulean #094982

Tints of Dark Cerulean #094982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

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

R = 4.25%
G = 34.43%
B = 61.32%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#094982 (or 0x094982) is known color: Dark Cerulean. HEX triplet: 09, 49 and 82. RGB value is (9,73,130). Sum of RGB (Red+Green+Blue) = 9+73+130=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #094982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094982 is #F6B67D. Grayscale: #3C3C3C. Windows color (decimal): -16168574 or 8538377. OLE color: 8538377.

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

Color convert

RGB 9 73 130 -
CMYK 0.93 0.44 0 0.49
HSL 208.26º 0.87% 0.27% -
HSV(B) 208.26º 0.93% 0.51% -
XYZ 6.52 6.43 22.02 -
YUV 60.36 167.3 91.37 -
System Red Green Blue C M Y K H S L
Decimal 9 73 130 0.93 0.44 0 0.49 208.26 0.87 0.27
Hex 9 49 82 5D 2C 0 31 D0 57 1B
Octal 11 111 202 135 54 0 61 320 127 33
Binary 1001 1001001 10000010 1011101 101100 0 110001 11010000 1010111 11011

Color Harmonies of #094982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094982

Black with #094982

Text Example


Text Example

White with #094982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094982; }

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

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

background-color css

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

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

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

border-color css

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

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

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