Html Css Color HEX #0A1281 Ultramarine

📋 copy color: '#0A1281'

red 10 ◦ green 18 ◦ blue 129

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

Shades of Ultramarine #0A1281

Tints of Ultramarine #0A1281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 6.37%
G = 11.46%
B = 82.17%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A1281 (or 0x0A1281) is known color: Ultramarine. HEX triplet: 0A, 12 and 81. RGB value is (10,18,129). Sum of RGB (Red+Green+Blue) = 10+18+129=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A1281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1281 is #F5ED7E. Grayscale: #1B1B1B. Windows color (decimal): -16117119 or 8458762. OLE color: 8458762.

HSL color Cylindrical-coordinate representation of color #0A1281: hue angle of 235.97º 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 #0A1281 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 18 129 -
CMYK 0.92 0.86 0 0.49
HSL 235.97º 0.86% 0.27% -
HSV(B) 235.97º 0.92% 0.51% -
XYZ 4.3 2.08 20.94 -
YUV 28.26 184.85 114.97 -
System Red Green Blue C M Y K H S L
Decimal 10 18 129 0.92 0.86 0 0.49 235.97 0.86 0.27
Hex A 12 81 5C 56 0 31 EC 56 1B
Octal 12 22 201 134 126 0 61 354 126 33
Binary 1010 10010 10000001 1011100 1010110 0 110001 11101100 1010110 11011

Color Harmonies of #0A1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1281

Black with #0A1281

Text Example


Text Example

White with #0A1281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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