Html Css Color HEX #10059F Ultramarine

📋 copy color: '#10059F'

red 16 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #10059F

Tints of Ultramarine #10059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 88.33%

R = 8.89%
G = 2.78%
B = 88.33%

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

#10059F (or 0x10059F) is known color: Ultramarine. HEX triplet: 10, 05 and 9F. RGB value is (16,5,159). Sum of RGB (Red+Green+Blue) = 16+5+159=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 159 (62.5% from 255 or 88.33% from 180); Max value from RGB is 159 - color contains mainly: blue. Hex color #10059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10059F is #EFFA60. Grayscale: #191919. Windows color (decimal): -15727201 or 10421520. OLE color: 10421520.

HSL color Cylindrical-coordinate representation of color #10059F: hue angle of 244.29º 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 #10059F is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 5 159 -
CMYK 0.90 0.97 0 0.38
HSL 244.29º 0.94% 0.32% -
HSV(B) 244.29º 0.97% 0.62% -
XYZ 6.53 2.72 32.98 -
YUV 25.85 203.14 120.98 -
System Red Green Blue C M Y K H S L
Decimal 16 5 159 0.90 0.97 0 0.38 244.29 0.94 0.32
Hex 10 5 9F 5A 61 0 26 F4 5E 20
Octal 20 5 237 132 141 0 46 364 136 40
Binary 10000 101 10011111 1011010 1100001 0 100110 11110100 1011110 100000

Color Harmonies of #10059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10059F

Black with #10059F

Text Example


Text Example

White with #10059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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