Html Css Color HEX #094183 Dark Cerulean

📋 copy color: '#094183'

red 9 ◦ green 65 ◦ blue 131

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

Shades of Dark Cerulean #094183

Tints of Dark Cerulean #094183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.9%

R = 4.39%
G = 31.71%
B = 63.9%

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

#094183 (or 0x094183) is known color: Dark Cerulean. HEX triplet: 09, 41 and 83. RGB value is (9,65,131). Sum of RGB (Red+Green+Blue) = 9+65+131=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #094183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094183 is #F6BE7C. Grayscale: #373737. Windows color (decimal): -16170621 or 8601865. OLE color: 8601865.

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

Color convert

RGB 9 65 131 -
CMYK 0.93 0.50 0 0.49
HSL 212.46º 0.87% 0.27% -
HSV(B) 212.46º 0.93% 0.51% -
XYZ 6.1 5.48 22.21 -
YUV 55.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 9 65 131 0.93 0.50 0 0.49 212.46 0.87 0.27
Hex 9 41 83 5D 32 0 31 D4 57 1B
Octal 11 101 203 135 62 0 61 324 127 33
Binary 1001 1000001 10000011 1011101 110010 0 110001 11010100 1010111 11011

Color Harmonies of #094183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094183

Black with #094183

Text Example


Text Example

White with #094183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094183; }

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

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

background-color css

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

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

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

border-color css

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

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

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