Html Css Color HEX #0A159D Ultramarine

📋 copy color: '#0A159D'

red 10 ◦ green 21 ◦ blue 157

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

Shades of Ultramarine #0A159D

Tints of Ultramarine #0A159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 83.51%

R = 5.32%
G = 11.17%
B = 83.51%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A159D (or 0x0A159D) is known color: Ultramarine. HEX triplet: 0A, 15 and 9D. RGB value is (10,21,157). Sum of RGB (Red+Green+Blue) = 10+21+157=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A159D is #F5EA62. Grayscale: #202020. Windows color (decimal): -16116323 or 10294538. OLE color: 10294538.

HSL color Cylindrical-coordinate representation of color #0A159D: hue angle of 235.51º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A159D is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 21 157 -
CMYK 0.94 0.87 0 0.38
HSL 235.51º 0.88% 0.33% -
HSV(B) 235.51º 0.94% 0.62% -
XYZ 6.48 3.04 32.14 -
YUV 33.22 197.86 111.44 -
System Red Green Blue C M Y K H S L
Decimal 10 21 157 0.94 0.87 0 0.38 235.51 0.88 0.33
Hex A 15 9D 5E 57 0 26 EC 58 21
Octal 12 25 235 136 127 0 46 354 130 41
Binary 1010 10101 10011101 1011110 1010111 0 100110 11101100 1011000 100001

Color Harmonies of #0A159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A159D

Black with #0A159D

Text Example


Text Example

White with #0A159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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