Html Css Color HEX #0A0887 Ultramarine

📋 copy color: '#0A0887'

red 10 ◦ green 8 ◦ blue 135

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

Shades of Ultramarine #0A0887

Tints of Ultramarine #0A0887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 6.54%
G = 5.23%
B = 88.24%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0A0887 (or 0x0A0887) is known color: Ultramarine. HEX triplet: 0A, 08 and 87. RGB value is (10,8,135). Sum of RGB (Red+Green+Blue) = 10+8+135=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 135 (53.12% from 255 or 88.24% from 153); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A0887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0887 is #F5F778. Grayscale: #161616. Windows color (decimal): -16119673 or 8849418. OLE color: 8849418.

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

Color convert

RGB 10 8 135 -
CMYK 0.93 0.94 0 0.47
HSL 240.94º 0.89% 0.28% -
HSV(B) 240.94º 0.94% 0.53% -
XYZ 4.59 1.99 23.06 -
YUV 23.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 10 8 135 0.93 0.94 0 0.47 240.94 0.89 0.28
Hex A 8 87 5D 5E 0 2F F1 59 1C
Octal 12 10 207 135 136 0 57 361 131 34
Binary 1010 1000 10000111 1011101 1011110 0 101111 11110001 1011001 11100

Color Harmonies of #0A0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0887

Black with #0A0887

Text Example


Text Example

White with #0A0887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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