Html Css Color HEX #0E059D Ultramarine

📋 copy color: '#0E059D'

red 14 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #0E059D

Tints of Ultramarine #0E059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 157 (61.72% from 255) = 89.2%

R = 7.95%
G = 2.84%
B = 89.2%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E059D (or 0x0E059D) is known color: Ultramarine. HEX triplet: 0E, 05 and 9D. RGB value is (14,5,157). Sum of RGB (Red+Green+Blue) = 14+5+157=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E059D is #F1FA62. Grayscale: #181818. Windows color (decimal): -15858275 or 10290446. OLE color: 10290446.

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

Color convert

RGB 14 5 157 -
CMYK 0.91 0.97 0 0.38
HSL 243.55º 0.94% 0.32% -
HSV(B) 243.55º 0.97% 0.62% -
XYZ 6.32 2.64 32.07 -
YUV 25.02 202.48 120.14 -
System Red Green Blue C M Y K H S L
Decimal 14 5 157 0.91 0.97 0 0.38 243.55 0.94 0.32
Hex E 5 9D 5B 61 0 26 F4 5E 20
Octal 16 5 235 133 141 0 46 364 136 40
Binary 1110 101 10011101 1011011 1100001 0 100110 11110100 1011110 100000

Color Harmonies of #0E059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E059D

Black with #0E059D

Text Example


Text Example

White with #0E059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,157); }

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

background-color css

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

 a { background-color: rgb(14,5,157); }

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

border-color css

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

 span { border-color: rgb(14,5,157); }

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