Html Css Color HEX #094181 Dark Cerulean

📋 copy color: '#094181'

red 9 ◦ green 65 ◦ blue 129

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

Shades of Dark Cerulean #094181

Tints of Dark Cerulean #094181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 129 (50.78% from 255) = 63.55%

R = 4.43%
G = 32.02%
B = 63.55%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#094181 (or 0x094181) is known color: Dark Cerulean. HEX triplet: 09, 41 and 81. RGB value is (9,65,129). Sum of RGB (Red+Green+Blue) = 9+65+129=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #094181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094181 is #F6BE7E. Grayscale: #373737. Windows color (decimal): -16170623 or 8470793. OLE color: 8470793.

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

Color convert

RGB 9 65 129 -
CMYK 0.93 0.50 0 0.49
HSL 212º 0.87% 0.27% -
HSV(B) 212º 0.93% 0.51% -
XYZ 5.97 5.42 21.5 -
YUV 55.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 9 65 129 0.93 0.50 0 0.49 212 0.87 0.27
Hex 9 41 81 5D 32 0 31 D4 57 1B
Octal 11 101 201 135 62 0 61 324 127 33
Binary 1001 1000001 10000001 1011101 110010 0 110001 11010100 1010111 11011

Color Harmonies of #094181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094181

Black with #094181

Text Example


Text Example

White with #094181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094181; }

 p { color: rgb(9,65,129); }

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

background-color css

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

 a { background-color: rgb(9,65,129); }

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

border-color css

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

 span { border-color: rgb(9,65,129); }

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