Html Css Color HEX #0E0584 Ultramarine

📋 copy color: '#0E0584'

red 14 ◦ green 5 ◦ blue 132

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

Shades of Ultramarine #0E0584

Tints of Ultramarine #0E0584

RGB

 RED value IS 14 (5.86% from 255) = 9.27%

 GREEN value IS 5 (2.34% from 255) = 3.31%

 BLUE value IS 132 (51.95% from 255) = 87.42%

R = 9.27%
G = 3.31%
B = 87.42%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0E0584 (or 0x0E0584) is known color: Ultramarine. HEX triplet: 0E, 05 and 84. RGB value is (14,5,132). Sum of RGB (Red+Green+Blue) = 14+5+132=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E0584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0584 is #F1FA7B. Grayscale: #151515. Windows color (decimal): -15858300 or 8652046. OLE color: 8652046.

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

Color convert

RGB 14 5 132 -
CMYK 0.89 0.96 0 0.48
HSL 244.25º 0.93% 0.27% -
HSV(B) 244.25º 0.96% 0.52% -
XYZ 4.4 1.87 21.96 -
YUV 22.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 14 5 132 0.89 0.96 0 0.48 244.25 0.93 0.27
Hex E 5 84 59 60 0 30 F4 5D 1B
Octal 16 5 204 131 140 0 60 364 135 33
Binary 1110 101 10000100 1011001 1100000 0 110000 11110100 1011101 11011

Color Harmonies of #0E0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0584

Black with #0E0584

Text Example


Text Example

White with #0E0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E0584; }

 p { color: rgb(14,5,132); }

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

background-color css

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

 a { background-color: rgb(14,5,132); }

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

border-color css

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

 span { border-color: rgb(14,5,132); }

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