Html Css Color HEX #0A1D87 Ultramarine

📋 copy color: '#0A1D87'

red 10 ◦ green 29 ◦ blue 135

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

Shades of Ultramarine #0A1D87

Tints of Ultramarine #0A1D87

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

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

R = 5.75%
G = 16.67%
B = 77.59%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A1D87 (or 0x0A1D87) is known color: Ultramarine. HEX triplet: 0A, 1D and 87. RGB value is (10,29,135). Sum of RGB (Red+Green+Blue) = 10+29+135=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A1D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1D87 is #F5E278. Grayscale: #222222. Windows color (decimal): -16114297 or 8854794. OLE color: 8854794.

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

Color convert

RGB 10 29 135 -
CMYK 0.93 0.79 0 0.47
HSL 230.88º 0.86% 0.28% -
HSV(B) 230.88º 0.93% 0.53% -
XYZ 4.94 2.69 23.18 -
YUV 35.4 184.21 109.88 -
System Red Green Blue C M Y K H S L
Decimal 10 29 135 0.93 0.79 0 0.47 230.88 0.86 0.28
Hex A 1D 87 5D 4F 0 2F E7 56 1C
Octal 12 35 207 135 117 0 57 347 126 34
Binary 1010 11101 10000111 1011101 1001111 0 101111 11100111 1010110 11100

Color Harmonies of #0A1D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D87

Black with #0A1D87

Text Example


Text Example

White with #0A1D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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