Html Css Color HEX #0E078E Ultramarine

📋 copy color: '#0E078E'

red 14 ◦ green 7 ◦ blue 142

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

Shades of Ultramarine #0E078E

Tints of Ultramarine #0E078E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.29%

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

R = 8.59%
G = 4.29%
B = 87.12%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E078E (or 0x0E078E) is known color: Ultramarine. HEX triplet: 0E, 07 and 8E. RGB value is (14,7,142). Sum of RGB (Red+Green+Blue) = 14+7+142=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E078E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E078E is #F1F871. Grayscale: #171717. Windows color (decimal): -15857778 or 9307918. OLE color: 9307918.

HSL color Cylindrical-coordinate representation of color #0E078E: hue angle of 243.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E078E is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 7 142 -
CMYK 0.90 0.95 0 0.44
HSL 243.11º 0.91% 0.29% -
HSV(B) 243.11º 0.95% 0.56% -
XYZ 5.14 2.2 25.74 -
YUV 24.48 194.32 120.52 -
System Red Green Blue C M Y K H S L
Decimal 14 7 142 0.90 0.95 0 0.44 243.11 0.91 0.29
Hex E 7 8E 5A 5F 0 2C F3 5B 1D
Octal 16 7 216 132 137 0 54 363 133 35
Binary 1110 111 10001110 1011010 1011111 0 101100 11110011 1011011 11101

Color Harmonies of #0E078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E078E

Black with #0E078E

Text Example


Text Example

White with #0E078E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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