Html Css Color HEX #0A1581 Ultramarine

📋 copy color: '#0A1581'

red 10 ◦ green 21 ◦ blue 129

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

Shades of Ultramarine #0A1581

Tints of Ultramarine #0A1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

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

R = 6.25%
G = 13.13%
B = 80.63%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A1581 (or 0x0A1581) is known color: Ultramarine. HEX triplet: 0A, 15 and 81. RGB value is (10,21,129). Sum of RGB (Red+Green+Blue) = 10+21+129=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A1581 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1581 is #F5EA7E. Grayscale: #1D1D1D. Windows color (decimal): -16116351 or 8459530. OLE color: 8459530.

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

Color convert

RGB 10 21 129 -
CMYK 0.92 0.84 0 0.49
HSL 234.45º 0.86% 0.27% -
HSV(B) 234.45º 0.92% 0.51% -
XYZ 4.36 2.19 20.96 -
YUV 30.02 183.86 113.72 -
System Red Green Blue C M Y K H S L
Decimal 10 21 129 0.92 0.84 0 0.49 234.45 0.86 0.27
Hex A 15 81 5C 54 0 31 EA 56 1B
Octal 12 25 201 134 124 0 61 352 126 33
Binary 1010 10101 10000001 1011100 1010100 0 110001 11101010 1010110 11011

Color Harmonies of #0A1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1581

Black with #0A1581

Text Example


Text Example

White with #0A1581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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