Html Css Color HEX #0A0D89 Ultramarine

📋 copy color: '#0A0D89'

red 10 ◦ green 13 ◦ blue 137

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

Shades of Ultramarine #0A0D89

Tints of Ultramarine #0A0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.13%

 BLUE value IS 137 (53.91% from 255) = 85.63%

R = 6.25%
G = 8.13%
B = 85.63%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A0D89 (or 0x0A0D89) is known color: Ultramarine. HEX triplet: 0A, 0D and 89. RGB value is (10,13,137). Sum of RGB (Red+Green+Blue) = 10+13+137=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A0D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0D89 is #F5F276. Grayscale: #191919. Windows color (decimal): -16118391 or 8981770. OLE color: 8981770.

HSL color Cylindrical-coordinate representation of color #0A0D89: hue angle of 238.58º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0D89 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 13 137 -
CMYK 0.93 0.91 0 0.46
HSL 238.58º 0.86% 0.29% -
HSV(B) 238.58º 0.93% 0.54% -
XYZ 4.78 2.16 23.83 -
YUV 26.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 10 13 137 0.93 0.91 0 0.46 238.58 0.86 0.29
Hex A D 89 5D 5B 0 2E EF 56 1D
Octal 12 15 211 135 133 0 56 357 126 35
Binary 1010 1101 10001001 1011101 1011011 0 101110 11101111 1010110 11101

Color Harmonies of #0A0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0D89

Black with #0A0D89

Text Example


Text Example

White with #0A0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,13,137); }

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

background-color css

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

 a { background-color: rgb(10,13,137); }

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

border-color css

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

 span { border-color: rgb(10,13,137); }

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