Html Css Color HEX #094185 Dark Cerulean

📋 copy color: '#094185'

red 9 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #094185

Tints of Dark Cerulean #094185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 4.35%
G = 31.4%
B = 64.25%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#094185 (or 0x094185) is known color: Dark Cerulean. HEX triplet: 09, 41 and 85. RGB value is (9,65,133). Sum of RGB (Red+Green+Blue) = 9+65+133=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #094185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094185 is #F6BE7A. Grayscale: #373737. Windows color (decimal): -16170619 or 8732937. OLE color: 8732937.

HSL color Cylindrical-coordinate representation of color #094185: hue angle of 212.9º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094185 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 65 133 -
CMYK 0.93 0.51 0 0.48
HSL 212.9º 0.87% 0.28% -
HSV(B) 212.9º 0.93% 0.52% -
XYZ 6.24 5.53 22.93 -
YUV 56.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 9 65 133 0.93 0.51 0 0.48 212.9 0.87 0.28
Hex 9 41 85 5D 33 0 30 D5 57 1C
Octal 11 101 205 135 63 0 60 325 127 34
Binary 1001 1000001 10000101 1011101 110011 0 110000 11010101 1010111 11100

Color Harmonies of #094185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094185

Black with #094185

Text Example


Text Example

White with #094185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094185; }

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

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

background-color css

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

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

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

border-color css

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

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

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