Html Css Color HEX #0A0895 Ultramarine

📋 copy color: '#0A0895'

red 10 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #0A0895

Tints of Ultramarine #0A0895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 89.22%

R = 5.99%
G = 4.79%
B = 89.22%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0A0895 (or 0x0A0895) is known color: Ultramarine. HEX triplet: 0A, 08 and 95. RGB value is (10,8,149). Sum of RGB (Red+Green+Blue) = 10+8+149=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 149 (58.59% from 255 or 89.22% from 167); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A0895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0895 is #F5F76A. Grayscale: #181818. Windows color (decimal): -16119659 or 9766922. OLE color: 9766922.

HSL color Cylindrical-coordinate representation of color #0A0895: hue angle of 240.85º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0895 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 8 149 -
CMYK 0.93 0.95 0 0.42
HSL 240.85º 0.9% 0.31% -
HSV(B) 240.85º 0.95% 0.58% -
XYZ 5.64 2.41 28.6 -
YUV 24.67 198.16 117.54 -
System Red Green Blue C M Y K H S L
Decimal 10 8 149 0.93 0.95 0 0.42 240.85 0.9 0.31
Hex A 8 95 5D 5F 0 2A F1 5A 1F
Octal 12 10 225 135 137 0 52 361 132 37
Binary 1010 1000 10010101 1011101 1011111 0 101010 11110001 1011010 11111

Color Harmonies of #0A0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0895

Black with #0A0895

Text Example


Text Example

White with #0A0895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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