Html Css Color HEX #10059D Ultramarine

📋 copy color: '#10059D'

red 16 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #10059D

Tints of Ultramarine #10059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 88.2%

R = 8.99%
G = 2.81%
B = 88.2%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10059D (or 0x10059D) is known color: Ultramarine. HEX triplet: 10, 05 and 9D. RGB value is (16,5,157). Sum of RGB (Red+Green+Blue) = 16+5+157=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #10059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10059D is #EFFA62. Grayscale: #191919. Windows color (decimal): -15727203 or 10290448. OLE color: 10290448.

HSL color Cylindrical-coordinate representation of color #10059D: hue angle of 244.34º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10059D is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 5 157 -
CMYK 0.90 0.97 0 0.38
HSL 244.34º 0.94% 0.32% -
HSV(B) 244.34º 0.97% 0.62% -
XYZ 6.35 2.65 32.08 -
YUV 25.62 202.14 121.14 -
System Red Green Blue C M Y K H S L
Decimal 16 5 157 0.90 0.97 0 0.38 244.34 0.94 0.32
Hex 10 5 9D 5A 61 0 26 F4 5E 20
Octal 20 5 235 132 141 0 46 364 136 40
Binary 10000 101 10011101 1011010 1100001 0 100110 11110100 1011110 100000

Color Harmonies of #10059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10059D

Black with #10059D

Text Example


Text Example

White with #10059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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