Html Css Color HEX #10199F Ultramarine

📋 copy color: '#10199F'

red 16 ◦ green 25 ◦ blue 159

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

Shades of Ultramarine #10199F

Tints of Ultramarine #10199F

RGB

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

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

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

R = 8%
G = 12.5%
B = 79.5%

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

#10199F (or 0x10199F) is known color: Ultramarine. HEX triplet: 10, 19 and 9F. RGB value is (16,25,159). Sum of RGB (Red+Green+Blue) = 16+25+159=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #10199F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10199F is #EFE660. Grayscale: #252525. Windows color (decimal): -15722081 or 10426640. OLE color: 10426640.

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

Color convert

RGB 16 25 159 -
CMYK 0.90 0.84 0 0.38
HSL 236.22º 0.82% 0.34% -
HSV(B) 236.22º 0.9% 0.62% -
XYZ 6.82 3.31 33.08 -
YUV 37.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 16 25 159 0.90 0.84 0 0.38 236.22 0.82 0.34
Hex 10 19 9F 5A 54 0 26 EC 52 22
Octal 20 31 237 132 124 0 46 354 122 42
Binary 10000 11001 10011111 1011010 1010100 0 100110 11101100 1010010 100010

Color Harmonies of #10199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10199F

Black with #10199F

Text Example


Text Example

White with #10199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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