Html Css Color HEX #10058E Ultramarine

📋 copy color: '#10058E'

red 16 ◦ green 5 ◦ blue 142

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

Shades of Ultramarine #10058E

Tints of Ultramarine #10058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 87.12%

R = 9.82%
G = 3.07%
B = 87.12%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10058E (or 0x10058E) is known color: Ultramarine. HEX triplet: 10, 05 and 8E. RGB value is (16,5,142). Sum of RGB (Red+Green+Blue) = 16+5+142=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #10058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10058E is #EFFA71. Grayscale: #171717. Windows color (decimal): -15727218 or 9307408. OLE color: 9307408.

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

Color convert

RGB 16 5 142 -
CMYK 0.89 0.96 0 0.44
HSL 244.82º 0.93% 0.29% -
HSV(B) 244.82º 0.96% 0.56% -
XYZ 5.15 2.17 25.74 -
YUV 23.91 194.64 122.36 -
System Red Green Blue C M Y K H S L
Decimal 16 5 142 0.89 0.96 0 0.44 244.82 0.93 0.29
Hex 10 5 8E 59 60 0 2C F5 5D 1D
Octal 20 5 216 131 140 0 54 365 135 35
Binary 10000 101 10001110 1011001 1100000 0 101100 11110101 1011101 11101

Color Harmonies of #10058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10058E

Black with #10058E

Text Example


Text Example

White with #10058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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