Html Css Color HEX #0A1585 Ultramarine

📋 copy color: '#0A1585'

red 10 ◦ green 21 ◦ blue 133

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

Shades of Ultramarine #0A1585

Tints of Ultramarine #0A1585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 81.1%

R = 6.1%
G = 12.8%
B = 81.1%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0A1585 (or 0x0A1585) is known color: Ultramarine. HEX triplet: 0A, 15 and 85. RGB value is (10,21,133). Sum of RGB (Red+Green+Blue) = 10+21+133=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 133 (52.34% from 255 or 81.10% from 164); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A1585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1585 is #F5EA7A. Grayscale: #1E1E1E. Windows color (decimal): -16116347 or 8721674. OLE color: 8721674.

HSL color Cylindrical-coordinate representation of color #0A1585: hue angle of 234.63º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1585 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 21 133 -
CMYK 0.92 0.84 0 0.48
HSL 234.63º 0.86% 0.28% -
HSV(B) 234.63º 0.92% 0.52% -
XYZ 4.63 2.29 22.39 -
YUV 30.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 10 21 133 0.92 0.84 0 0.48 234.63 0.86 0.28
Hex A 15 85 5C 54 0 30 EB 56 1C
Octal 12 25 205 134 124 0 60 353 126 34
Binary 1010 10101 10000101 1011100 1010100 0 110000 11101011 1010110 11100

Color Harmonies of #0A1585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1585

Black with #0A1585

Text Example


Text Example

White with #0A1585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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