Html Css Color HEX #10059E Ultramarine

📋 copy color: '#10059E'

red 16 ◦ green 5 ◦ blue 158

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

Shades of Ultramarine #10059E

Tints of Ultramarine #10059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 88.27%

R = 8.94%
G = 2.79%
B = 88.27%

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

#10059E (or 0x10059E) is known color: Ultramarine. HEX triplet: 10, 05 and 9E. RGB value is (16,5,158). Sum of RGB (Red+Green+Blue) = 16+5+158=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #10059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10059E is #EFFA61. Grayscale: #191919. Windows color (decimal): -15727202 or 10355984. OLE color: 10355984.

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

Color convert

RGB 16 5 158 -
CMYK 0.90 0.97 0 0.38
HSL 244.31º 0.94% 0.32% -
HSV(B) 244.31º 0.97% 0.62% -
XYZ 6.44 2.69 32.53 -
YUV 25.73 202.64 121.06 -
System Red Green Blue C M Y K H S L
Decimal 16 5 158 0.90 0.97 0 0.38 244.31 0.94 0.32
Hex 10 5 9E 5A 61 0 26 F4 5E 20
Octal 20 5 236 132 141 0 46 364 136 40
Binary 10000 101 10011110 1011010 1100001 0 100110 11110100 1011110 100000

Color Harmonies of #10059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10059E

Black with #10059E

Text Example


Text Example

White with #10059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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