Html Css Color HEX #0A1587 Ultramarine

📋 copy color: '#0A1587'

red 10 ◦ green 21 ◦ blue 135

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

Shades of Ultramarine #0A1587

Tints of Ultramarine #0A1587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 81.33%

R = 6.02%
G = 12.65%
B = 81.33%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A1587 (or 0x0A1587) is known color: Ultramarine. HEX triplet: 0A, 15 and 87. RGB value is (10,21,135). Sum of RGB (Red+Green+Blue) = 10+21+135=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A1587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1587 is #F5EA78. Grayscale: #1E1E1E. Windows color (decimal): -16116345 or 8852746. OLE color: 8852746.

HSL color Cylindrical-coordinate representation of color #0A1587: hue angle of 234.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1587 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 21 135 -
CMYK 0.93 0.84 0 0.47
HSL 234.72º 0.86% 0.28% -
HSV(B) 234.72º 0.93% 0.53% -
XYZ 4.77 2.35 23.12 -
YUV 30.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 10 21 135 0.93 0.84 0 0.47 234.72 0.86 0.28
Hex A 15 87 5D 54 0 2F EB 56 1C
Octal 12 25 207 135 124 0 57 353 126 34
Binary 1010 10101 10000111 1011101 1010100 0 101111 11101011 1010110 11100

Color Harmonies of #0A1587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1587

Black with #0A1587

Text Example


Text Example

White with #0A1587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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