Html Css Color HEX #0A1689 Ultramarine

📋 copy color: '#0A1689'

red 10 ◦ green 22 ◦ blue 137

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

Shades of Ultramarine #0A1689

Tints of Ultramarine #0A1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

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

R = 5.92%
G = 13.02%
B = 81.07%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A1689 (or 0x0A1689) is known color: Ultramarine. HEX triplet: 0A, 16 and 89. RGB value is (10,22,137). Sum of RGB (Red+Green+Blue) = 10+22+137=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A1689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1689 is #F5E976. Grayscale: #1F1F1F. Windows color (decimal): -16116087 or 8984074. OLE color: 8984074.

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

Color convert

RGB 10 22 137 -
CMYK 0.93 0.84 0 0.46
HSL 234.33º 0.86% 0.29% -
HSV(B) 234.33º 0.93% 0.54% -
XYZ 4.93 2.44 23.88 -
YUV 31.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 10 22 137 0.93 0.84 0 0.46 234.33 0.86 0.29
Hex A 16 89 5D 54 0 2E EA 56 1D
Octal 12 26 211 135 124 0 56 352 126 35
Binary 1010 10110 10001001 1011101 1010100 0 101110 11101010 1010110 11101

Color Harmonies of #0A1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1689

Black with #0A1689

Text Example


Text Example

White with #0A1689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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