Html Css Color HEX #094590 Dark Cerulean

📋 copy color: '#094590'

red 9 ◦ green 69 ◦ blue 144

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

Shades of Dark Cerulean #094590

Tints of Dark Cerulean #094590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64.86%

R = 4.05%
G = 31.08%
B = 64.86%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#094590 (or 0x094590) is known color: Dark Cerulean. HEX triplet: 09, 45 and 90. RGB value is (9,69,144). Sum of RGB (Red+Green+Blue) = 9+69+144=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #094590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094590 is #F6BA6F. Grayscale: #3B3B3B. Windows color (decimal): -16169584 or 9454857. OLE color: 9454857.

HSL color Cylindrical-coordinate representation of color #094590: hue angle of 213.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094590 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 69 144 -
CMYK 0.94 0.52 0 0.44
HSL 213.33º 0.88% 0.3% -
HSV(B) 213.33º 0.94% 0.56% -
XYZ 7.27 6.33 27.22 -
YUV 59.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 9 69 144 0.94 0.52 0 0.44 213.33 0.88 0.3
Hex 9 45 90 5E 34 0 2C D5 58 1E
Octal 11 105 220 136 64 0 54 325 130 36
Binary 1001 1000101 10010000 1011110 110100 0 101100 11010101 1011000 11110

Color Harmonies of #094590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094590

Black with #094590

Text Example


Text Example

White with #094590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094590; }

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

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

background-color css

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

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

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

border-color css

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

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

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