Html Css Color HEX #0E0398 Ultramarine

📋 copy color: '#0E0398'

red 14 ◦ green 3 ◦ blue 152

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

Shades of Ultramarine #0E0398

Tints of Ultramarine #0E0398

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 value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0E0398 (or 0x0E0398) is known color: 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

RGB 14 3 152 -
CMYK 0.91 0.98 0 0.40
HSL 244.43º 0.96% 0.3% -
HSV(B) 244.43º 0.98% 0.6% -
XYZ 5.88 2.43 29.86 -
YUV 23.28 200.64 121.38 -
System Red Green Blue C M Y K H S L
Decimal 14 3 152 0.91 0.98 0 0.40 244.43 0.96 0.3
Hex E 3 98 5B 62 0 28 F4 60 1E
Octal 16 3 230 133 142 0 50 364 140 36
Binary 1110 11 10011000 1011011 1100010 0 101000 11110100 1100000 11110

Color Harmonies of #0E0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0398

Black with #0E0398

Text Example


Text Example

White with #0E0398

Text Example


Text Example

HTML Codes & Css Web 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>