Html Css Color HEX #0A1095 Ultramarine

📋 copy color: '#0A1095'

red 10 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #0A1095

Tints of Ultramarine #0A1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

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

R = 5.71%
G = 9.14%
B = 85.14%

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

#0A1095 (or 0x0A1095) is known color: Ultramarine. HEX triplet: 0A, 10 and 95. RGB value is (10,16,149). Sum of RGB (Red+Green+Blue) = 10+16+149=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A1095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1095 is #F5EF6A. Grayscale: #1C1C1C. Windows color (decimal): -16117611 or 9768970. OLE color: 9768970.

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

Color convert

RGB 10 16 149 -
CMYK 0.93 0.89 0 0.42
HSL 237.41º 0.87% 0.31% -
HSV(B) 237.41º 0.93% 0.58% -
XYZ 5.74 2.61 28.63 -
YUV 29.37 195.51 114.19 -
System Red Green Blue C M Y K H S L
Decimal 10 16 149 0.93 0.89 0 0.42 237.41 0.87 0.31
Hex A 10 95 5D 59 0 2A ED 57 1F
Octal 12 20 225 135 131 0 52 355 127 37
Binary 1010 10000 10010101 1011101 1011001 0 101010 11101101 1010111 11111

Color Harmonies of #0A1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1095

Black with #0A1095

Text Example


Text Example

White with #0A1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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