Html Css Color HEX #0E148E Ultramarine

📋 copy color: '#0E148E'

red 14 ◦ green 20 ◦ blue 142

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

Shades of Ultramarine #0E148E

Tints of Ultramarine #0E148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 142 (55.86% from 255) = 80.68%

R = 7.95%
G = 11.36%
B = 80.68%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E148E (or 0x0E148E) is known color: Ultramarine. HEX triplet: 0E, 14 and 8E. RGB value is (14,20,142). Sum of RGB (Red+Green+Blue) = 14+20+142=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E148E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E148E is #F1EB71. Grayscale: #1F1F1F. Windows color (decimal): -15854450 or 9311246. OLE color: 9311246.

HSL color Cylindrical-coordinate representation of color #0E148E: hue angle of 237.19º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E148E is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 20 142 -
CMYK 0.90 0.86 0 0.44
HSL 237.19º 0.82% 0.31% -
HSV(B) 237.19º 0.9% 0.56% -
XYZ 5.31 2.55 25.8 -
YUV 32.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 14 20 142 0.90 0.86 0 0.44 237.19 0.82 0.31
Hex E 14 8E 5A 56 0 2C ED 52 1F
Octal 16 24 216 132 126 0 54 355 122 37
Binary 1110 10100 10001110 1011010 1010110 0 101100 11101101 1010010 11111

Color Harmonies of #0E148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E148E

Black with #0E148E

Text Example


Text Example

White with #0E148E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,20,142); }

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

background-color css

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

 a { background-color: rgb(14,20,142); }

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

border-color css

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

 span { border-color: rgb(14,20,142); }

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