Html Css Color HEX #094085 Dark Cerulean

📋 copy color: '#094085'

red 9 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #094085

Tints of Dark Cerulean #094085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

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

R = 4.37%
G = 31.07%
B = 64.56%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#094085 (or 0x094085) is known color: Dark Cerulean. HEX triplet: 09, 40 and 85. RGB value is (9,64,133). Sum of RGB (Red+Green+Blue) = 9+64+133=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #094085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094085 is #F6BF7A. Grayscale: #373737. Windows color (decimal): -16170875 or 8732681. OLE color: 8732681.

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

Color convert

RGB 9 64 133 -
CMYK 0.93 0.52 0 0.48
HSL 213.39º 0.87% 0.28% -
HSV(B) 213.39º 0.93% 0.52% -
XYZ 6.18 5.42 22.91 -
YUV 55.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 9 64 133 0.93 0.52 0 0.48 213.39 0.87 0.28
Hex 9 40 85 5D 34 0 30 D5 57 1C
Octal 11 100 205 135 64 0 60 325 127 34
Binary 1001 1000000 10000101 1011101 110100 0 110000 11010101 1010111 11100

Color Harmonies of #094085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094085

Black with #094085

Text Example


Text Example

White with #094085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094085; }

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

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

background-color css

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

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

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

border-color css

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

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

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