Html Css Color HEX #10199E Ultramarine

📋 copy color: '#10199E'

red 16 ◦ green 25 ◦ blue 158

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

Shades of Ultramarine #10199E

Tints of Ultramarine #10199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 8.04%
G = 12.56%
B = 79.4%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10199E (or 0x10199E) is known color: Ultramarine. HEX triplet: 10, 19 and 9E. RGB value is (16,25,158). Sum of RGB (Red+Green+Blue) = 16+25+158=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #10199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10199E is #EFE661. Grayscale: #242424. Windows color (decimal): -15722082 or 10361104. OLE color: 10361104.

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

Color convert

RGB 16 25 158 -
CMYK 0.90 0.84 0 0.38
HSL 236.2º 0.82% 0.34% -
HSV(B) 236.2º 0.9% 0.62% -
XYZ 6.73 3.27 32.62 -
YUV 37.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 16 25 158 0.90 0.84 0 0.38 236.2 0.82 0.34
Hex 10 19 9E 5A 54 0 26 EC 52 22
Octal 20 31 236 132 124 0 46 354 122 42
Binary 10000 11001 10011110 1011010 1010100 0 100110 11101100 1010010 100010

Color Harmonies of #10199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10199E

Black with #10199E

Text Example


Text Example

White with #10199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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