#0E0398

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

Shades of Ultramarine #0E0398

Tints of Ultramarine #0E0398

Color information

#0E0398 (or 0x0E0398) is unknown color: approx Ultramarine. HEX triplet: 0E, 03 and 98. RGB value is (14,3,152). Sum of RGB (Red+Green+Blue) = 14+3+152=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 152 (59.77% from 255 or 89.94% from 169); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E0398 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0398 is #F1FC67. Grayscale: #161616. Windows color (decimal): -15858792 or 9962254. OLE color: 9962254.

HSL color Cylindrical-coordinate representation of color #0E0398: hue angle of 244.43º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0398 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB143152-
CMYK0.910.9800.40
HSL244.43º96.13%30.39%-
HSV(B)244.43º98.03%59.61%-
XYZ5.882.4329.86-
YUV23.28200.64121.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.28%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 152 (59.77% from 255) = 89.94%
R=8.28%
G=1.78%
B=89.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431520.910.9800.40244.4396.1330.39
HexE3985B62028f4601e
Octal16323013314205036414036
Binary1110111001100010110111100010010100011110100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,152); }

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

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

 a { background-color: rgb(14,3,152); }

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

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

 span { border-color: rgb(14,3,152); }

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