Html Css Color HEX #094487 Dark Cerulean

📋 copy color: '#094487'

red 9 ◦ green 68 ◦ blue 135

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

Shades of Dark Cerulean #094487

Tints of Dark Cerulean #094487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 135 (53.13% from 255) = 63.68%

R = 4.25%
G = 32.08%
B = 63.68%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#094487 (or 0x094487) is known color: Dark Cerulean. HEX triplet: 09, 44 and 87. RGB value is (9,68,135). Sum of RGB (Red+Green+Blue) = 9+68+135=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #094487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094487 is #F6BB78. Grayscale: #393939. Windows color (decimal): -16169849 or 8864777. OLE color: 8864777.

HSL color Cylindrical-coordinate representation of color #094487: hue angle of 211.9º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094487 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 68 135 -
CMYK 0.93 0.50 0 0.47
HSL 211.9º 0.88% 0.28% -
HSV(B) 211.9º 0.93% 0.53% -
XYZ 6.55 5.94 23.72 -
YUV 58 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 9 68 135 0.93 0.50 0 0.47 211.9 0.88 0.28
Hex 9 44 87 5D 32 0 2F D4 58 1C
Octal 11 104 207 135 62 0 57 324 130 34
Binary 1001 1000100 10000111 1011101 110010 0 101111 11010100 1011000 11100

Color Harmonies of #094487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094487

Black with #094487

Text Example


Text Example

White with #094487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094487; }

 p { color: rgb(9,68,135); }

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

background-color css

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

 a { background-color: rgb(9,68,135); }

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

border-color css

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

 span { border-color: rgb(9,68,135); }

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