Html Css Color HEX #10058D Ultramarine

📋 copy color: '#10058D'

red 16 ◦ green 5 ◦ blue 141

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

Shades of Ultramarine #10058D

Tints of Ultramarine #10058D

RGB

 RED value IS 16 (6.64% from 255) = 9.88%

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 141 (55.47% from 255) = 87.04%

R = 9.88%
G = 3.09%
B = 87.04%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10058D (or 0x10058D) is known color: Ultramarine. HEX triplet: 10, 05 and 8D. RGB value is (16,5,141). Sum of RGB (Red+Green+Blue) = 16+5+141=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #10058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10058D is #EFFA72. Grayscale: #171717. Windows color (decimal): -15727219 or 9241872. OLE color: 9241872.

HSL color Cylindrical-coordinate representation of color #10058D: hue angle of 244.85º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10058D is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 5 141 -
CMYK 0.89 0.96 0 0.45
HSL 244.85º 0.93% 0.29% -
HSV(B) 244.85º 0.96% 0.55% -
XYZ 5.08 2.14 25.35 -
YUV 23.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 16 5 141 0.89 0.96 0 0.45 244.85 0.93 0.29
Hex 10 5 8D 59 60 0 2D F5 5D 1D
Octal 20 5 215 131 140 0 55 365 135 35
Binary 10000 101 10001101 1011001 1100000 0 101101 11110101 1011101 11101

Color Harmonies of #10058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10058D

Black with #10058D

Text Example


Text Example

White with #10058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10058D; }

 p { color: rgb(16,5,141); }

 H1.HeaderClassName
 {
   color: #10058D;
 }
 .AnyTagClassName
 {
   color: #10058D;
 }
</style>

background-color css

<style>
 a { background-color: #10058D; }

 a { background-color: rgb(16,5,141); }

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

border-color css

<style>
 span { border-color: #10058D; }

 span { border-color: rgb(16,5,141); }

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