Html Css Color HEX #0A1993 Ultramarine

📋 copy color: '#0A1993'

red 10 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #0A1993

Tints of Ultramarine #0A1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

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

R = 5.49%
G = 13.74%
B = 80.77%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A1993 (or 0x0A1993) is known color: Ultramarine. HEX triplet: 0A, 19 and 93. RGB value is (10,25,147). Sum of RGB (Red+Green+Blue) = 10+25+147=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 147 (57.81% from 255 or 80.77% from 182); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A1993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1993 is #F5E66C. Grayscale: #212121. Windows color (decimal): -16115309 or 9640202. OLE color: 9640202.

HSL color Cylindrical-coordinate representation of color #0A1993: hue angle of 233.43º 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 #0A1993 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 25 147 -
CMYK 0.93 0.83 0 0.42
HSL 233.43º 0.87% 0.31% -
HSV(B) 233.43º 0.93% 0.58% -
XYZ 5.74 2.87 27.85 -
YUV 34.42 191.53 110.58 -
System Red Green Blue C M Y K H S L
Decimal 10 25 147 0.93 0.83 0 0.42 233.43 0.87 0.31
Hex A 19 93 5D 53 0 2A E9 57 1F
Octal 12 31 223 135 123 0 52 351 127 37
Binary 1010 11001 10010011 1011101 1010011 0 101010 11101001 1010111 11111

Color Harmonies of #0A1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1993

Black with #0A1993

Text Example


Text Example

White with #0A1993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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