Html Css Color HEX #0A1181 Ultramarine

📋 copy color: '#0A1181'

red 10 ◦ green 17 ◦ blue 129

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

Shades of Ultramarine #0A1181

Tints of Ultramarine #0A1181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 82.69%

R = 6.41%
G = 10.9%
B = 82.69%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A1181 (or 0x0A1181) is known color: Ultramarine. HEX triplet: 0A, 11 and 81. RGB value is (10,17,129). Sum of RGB (Red+Green+Blue) = 10+17+129=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 129 (50.78% from 255 or 82.69% from 156); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A1181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1181 is #F5EE7E. Grayscale: #1B1B1B. Windows color (decimal): -16117375 or 8458506. OLE color: 8458506.

HSL color Cylindrical-coordinate representation of color #0A1181: hue angle of 236.47º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1181 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 17 129 -
CMYK 0.92 0.87 0 0.49
HSL 236.47º 0.86% 0.27% -
HSV(B) 236.47º 0.92% 0.51% -
XYZ 4.29 2.05 20.94 -
YUV 27.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 10 17 129 0.92 0.87 0 0.49 236.47 0.86 0.27
Hex A 11 81 5C 57 0 31 EC 56 1B
Octal 12 21 201 134 127 0 61 354 126 33
Binary 1010 10001 10000001 1011100 1010111 0 110001 11101100 1010110 11011

Color Harmonies of #0A1181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1181

Black with #0A1181

Text Example


Text Example

White with #0A1181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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