Html Css Color HEX #094582 Dark Cerulean

📋 copy color: '#094582'

red 9 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #094582

Tints of Dark Cerulean #094582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 4.33%
G = 33.17%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#094582 (or 0x094582) is known color: Dark Cerulean. HEX triplet: 09, 45 and 82. RGB value is (9,69,130). Sum of RGB (Red+Green+Blue) = 9+69+130=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #094582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094582 is #F6BA7D. Grayscale: #393939. Windows color (decimal): -16169598 or 8537353. OLE color: 8537353.

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

Color convert

RGB 9 69 130 -
CMYK 0.93 0.47 0 0.49
HSL 210.25º 0.87% 0.27% -
HSV(B) 210.25º 0.93% 0.51% -
XYZ 6.27 5.93 21.93 -
YUV 58.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 9 69 130 0.93 0.47 0 0.49 210.25 0.87 0.27
Hex 9 45 82 5D 2F 0 31 D2 57 1B
Octal 11 105 202 135 57 0 61 322 127 33
Binary 1001 1000101 10000010 1011101 101111 0 110001 11010010 1010111 11011

Color Harmonies of #094582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094582

Black with #094582

Text Example


Text Example

White with #094582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094582; }

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

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

background-color css

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

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

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

border-color css

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

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

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