#0E189E

Color #0E189E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0E189E

Tints of Ultramarine #0E189E

Color information

#0E189E (or 0x0E189E) is unknown color: approx Ultramarine. HEX triplet: 0E, 18 and 9E. RGB value is (14,24,158). Sum of RGB (Red+Green+Blue) = 14+24+158=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 158 (62.11% from 255 or 80.61% from 196); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E189E is #F1E761. Grayscale: #232323. Windows color (decimal): -15853410 or 10360846. OLE color: 10360846.

HSL color Cylindrical-coordinate representation of color #0E189E: hue angle of 235.83º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E189E is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1424158-
CMYK0.910.8500.38
HSL235.83º83.72%33.73%-
HSV(B)235.83º91.14%61.96%-
XYZ6.683.2232.62-
YUV36.29196.69112.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.14%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 158 (62.11% from 255) = 80.61%
R=7.14%
G=12.24%
B=80.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14241580.910.8500.38235.8383.7233.73
HexE189E5B55026ec5422
Octal163023613312504635412442
Binary11101100010011110101101110101010100110111011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,24,158); }

 H1.HeaderClassName
 {
   color: #0E189E;
 }
 .AnyTagClassName
 {
   color: #0E189E;
 }
</style>
background-color css

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

 a { background-color: rgb(14,24,158); }

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

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

 span { border-color: rgb(14,24,158); }

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