Html Css Color HEX #0A0E93 Ultramarine

📋 copy color: '#0A0E93'

red 10 ◦ green 14 ◦ blue 147

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

Shades of Ultramarine #0A0E93

Tints of Ultramarine #0A0E93

RGB

 RED value IS 10 (4.3% from 255) = 5.85%

 GREEN value IS 14 (5.86% from 255) = 8.19%

 BLUE value IS 147 (57.81% from 255) = 85.96%

R = 5.85%
G = 8.19%
B = 85.96%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A0E93 (or 0x0A0E93) is known color: Ultramarine. HEX triplet: 0A, 0E and 93. RGB value is (10,14,147). Sum of RGB (Red+Green+Blue) = 10+14+147=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A0E93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0E93 is #F5F16C. Grayscale: #1B1B1B. Windows color (decimal): -16118125 or 9637386. OLE color: 9637386.

HSL color Cylindrical-coordinate representation of color #0A0E93: hue angle of 238.25º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0E93 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 14 147 -
CMYK 0.93 0.90 0 0.42
HSL 238.25º 0.87% 0.31% -
HSV(B) 238.25º 0.93% 0.58% -
XYZ 5.55 2.49 27.79 -
YUV 27.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 10 14 147 0.93 0.90 0 0.42 238.25 0.87 0.31
Hex A E 93 5D 5A 0 2A EE 57 1F
Octal 12 16 223 135 132 0 52 356 127 37
Binary 1010 1110 10010011 1011101 1011010 0 101010 11101110 1010111 11111

Color Harmonies of #0A0E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E93

Black with #0A0E93

Text Example


Text Example

White with #0A0E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,14,147); }

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

background-color css

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

 a { background-color: rgb(10,14,147); }

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

border-color css

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

 span { border-color: rgb(10,14,147); }

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