Html Css Color HEX #10019E Ultramarine

📋 copy color: '#10019E'

red 16 ◦ green 1 ◦ blue 158

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

Shades of Ultramarine #10019E

Tints of Ultramarine #10019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 9.14%
G = 0.57%
B = 90.29%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10019E (or 0x10019E) is known color: Ultramarine. HEX triplet: 10, 01 and 9E. RGB value is (16,1,158). Sum of RGB (Red+Green+Blue) = 16+1+158=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 158 (62.11% from 255 or 90.29% from 175); Max value from RGB is 158 - color contains mainly: blue. Hex color #10019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10019E is #EFFE61. Grayscale: #161616. Windows color (decimal): -15728226 or 10354960. OLE color: 10354960.

HSL color Cylindrical-coordinate representation of color #10019E: hue angle of 245.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10019E is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 1 158 -
CMYK 0.90 0.99 0 0.38
HSL 245.73º 0.99% 0.31% -
HSV(B) 245.73º 0.99% 0.62% -
XYZ 6.4 2.6 32.51 -
YUV 23.38 203.97 122.73 -
System Red Green Blue C M Y K H S L
Decimal 16 1 158 0.90 0.99 0 0.38 245.73 0.99 0.31
Hex 10 1 9E 5A 63 0 26 F6 63 1F
Octal 20 1 236 132 143 0 46 366 143 37
Binary 10000 1 10011110 1011010 1100011 0 100110 11110110 1100011 11111

Color Harmonies of #10019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10019E

Black with #10019E

Text Example


Text Example

White with #10019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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