Html Css Color HEX #0E1582 Ultramarine

📋 copy color: '#0E1582'

red 14 ◦ green 21 ◦ blue 130

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

Shades of Ultramarine #0E1582

Tints of Ultramarine #0E1582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

 BLUE value IS 130 (51.17% from 255) = 78.79%

R = 8.48%
G = 12.73%
B = 78.79%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E1582 (or 0x0E1582) is known color: Ultramarine. HEX triplet: 0E, 15 and 82. RGB value is (14,21,130). Sum of RGB (Red+Green+Blue) = 14+21+130=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 130 (51.17% from 255 or 78.79% from 165); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E1582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1582 is #F1EA7D. Grayscale: #1E1E1E. Windows color (decimal): -15854206 or 8525070. OLE color: 8525070.

HSL color Cylindrical-coordinate representation of color #0E1582: hue angle of 236.38º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1582 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 21 130 -
CMYK 0.89 0.84 0 0.49
HSL 236.38º 0.81% 0.28% -
HSV(B) 236.38º 0.89% 0.51% -
XYZ 4.48 2.24 21.32 -
YUV 31.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 14 21 130 0.89 0.84 0 0.49 236.38 0.81 0.28
Hex E 15 82 59 54 0 31 EC 51 1C
Octal 16 25 202 131 124 0 61 354 121 34
Binary 1110 10101 10000010 1011001 1010100 0 110001 11101100 1010001 11100

Color Harmonies of #0E1582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1582

Black with #0E1582

Text Example


Text Example

White with #0E1582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,21,130); }

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

background-color css

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

 a { background-color: rgb(14,21,130); }

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

border-color css

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

 span { border-color: rgb(14,21,130); }

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