Html Css Color HEX #0E168B Ultramarine

📋 copy color: '#0E168B'

red 14 ◦ green 22 ◦ blue 139

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

Shades of Ultramarine #0E168B

Tints of Ultramarine #0E168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 139 (54.69% from 255) = 79.43%

R = 8%
G = 12.57%
B = 79.43%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E168B (or 0x0E168B) is known color: Ultramarine. HEX triplet: 0E, 16 and 8B. RGB value is (14,22,139). Sum of RGB (Red+Green+Blue) = 14+22+139=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #0E168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E168B is #F1E974. Grayscale: #202020. Windows color (decimal): -15853941 or 9115150. OLE color: 9115150.

HSL color Cylindrical-coordinate representation of color #0E168B: hue angle of 236.16º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E168B is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 22 139 -
CMYK 0.90 0.84 0 0.45
HSL 236.16º 0.82% 0.3% -
HSV(B) 236.16º 0.9% 0.55% -
XYZ 5.13 2.53 24.64 -
YUV 32.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 14 22 139 0.90 0.84 0 0.45 236.16 0.82 0.3
Hex E 16 8B 5A 54 0 2D EC 52 1E
Octal 16 26 213 132 124 0 55 354 122 36
Binary 1110 10110 10001011 1011010 1010100 0 101101 11101100 1010010 11110

Color Harmonies of #0E168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E168B

Black with #0E168B

Text Example


Text Example

White with #0E168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,22,139); }

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

background-color css

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

 a { background-color: rgb(14,22,139); }

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

border-color css

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

 span { border-color: rgb(14,22,139); }

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