Html Css Color HEX #0A1195 Ultramarine

📋 copy color: '#0A1195'

red 10 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #0A1195

Tints of Ultramarine #0A1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 149 (58.59% from 255) = 84.66%

R = 5.68%
G = 9.66%
B = 84.66%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A1195 (or 0x0A1195) is known color: Ultramarine. HEX triplet: 0A, 11 and 95. RGB value is (10,17,149). Sum of RGB (Red+Green+Blue) = 10+17+149=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A1195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1195 is #F5EE6A. Grayscale: #1D1D1D. Windows color (decimal): -16117355 or 9769226. OLE color: 9769226.

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

Color convert

RGB 10 17 149 -
CMYK 0.93 0.89 0 0.42
HSL 236.98º 0.87% 0.31% -
HSV(B) 236.98º 0.93% 0.58% -
XYZ 5.75 2.64 28.64 -
YUV 29.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 10 17 149 0.93 0.89 0 0.42 236.98 0.87 0.31
Hex A 11 95 5D 59 0 2A ED 57 1F
Octal 12 21 225 135 131 0 52 355 127 37
Binary 1010 10001 10010101 1011101 1011001 0 101010 11101101 1010111 11111

Color Harmonies of #0A1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1195

Black with #0A1195

Text Example


Text Example

White with #0A1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,149); }

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

background-color css

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

 a { background-color: rgb(10,17,149); }

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

border-color css

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

 span { border-color: rgb(10,17,149); }

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