Html Css Color HEX #0E009A Ultramarine

📋 copy color: '#0E009A'

red 14 ◦ green 0 ◦ blue 154

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

Shades of Ultramarine #0E009A

Tints of Ultramarine #0E009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 91.67%

R = 8.33%
G = 0%
B = 91.67%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0E009A (or 0x0E009A) is known color: Ultramarine. HEX triplet: 0E, 00 and 9A. RGB value is (14,0,154). Sum of RGB (Red+Green+Blue) = 14+0+154=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 154 (60.55% from 255 or 91.67% from 168); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E009A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E009A is #F1FF65. Grayscale: #151515. Windows color (decimal): -15859558 or 10092558. OLE color: 10092558.

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

Color convert

RGB 14 0 154 -
CMYK 0.91 1 0 0.40
HSL 245.45º 1% 0.3% -
HSV(B) 245.45º 1% 0.6% -
XYZ 6.01 2.43 30.72 -
YUV 21.74 202.64 122.48 -
System Red Green Blue C M Y K H S L
Decimal 14 0 154 0.91 1 0 0.40 245.45 1 0.3
Hex E 0 9A 5B 64 0 28 F5 64 1E
Octal 16 0 232 133 144 0 50 365 144 36
Binary 1110 0 10011010 1011011 1100100 0 101000 11110101 1100100 11110

Color Harmonies of #0E009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E009A

Black with #0E009A

Text Example


Text Example

White with #0E009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,0,154); }

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

background-color css

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

 a { background-color: rgb(14,0,154); }

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

border-color css

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

 span { border-color: rgb(14,0,154); }

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