Html Css Color HEX #094280 Dark Cerulean

📋 copy color: '#094280'

red 9 ◦ green 66 ◦ blue 128

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

Shades of Dark Cerulean #094280

Tints of Dark Cerulean #094280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 4.43%
G = 32.51%
B = 63.05%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#094280 (or 0x094280) is known color: Dark Cerulean. HEX triplet: 09, 42 and 80. RGB value is (9,66,128). Sum of RGB (Red+Green+Blue) = 9+66+128=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #094280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094280 is #F6BD7F. Grayscale: #373737. Windows color (decimal): -16170368 or 8405513. OLE color: 8405513.

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

Color convert

RGB 9 66 128 -
CMYK 0.93 0.48 0 0.50
HSL 211.26º 0.87% 0.27% -
HSV(B) 211.26º 0.93% 0.5% -
XYZ 5.96 5.51 21.17 -
YUV 56.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 9 66 128 0.93 0.48 0 0.50 211.26 0.87 0.27
Hex 9 42 80 5D 30 0 32 D3 57 1B
Octal 11 102 200 135 60 0 62 323 127 33
Binary 1001 1000010 10000000 1011101 110000 0 110010 11010011 1010111 11011

Color Harmonies of #094280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094280

Black with #094280

Text Example


Text Example

White with #094280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094280; }

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

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

background-color css

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

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

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

border-color css

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

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

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