Html Css Color HEX #10199B Ultramarine

📋 copy color: '#10199B'

red 16 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #10199B

Tints of Ultramarine #10199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 79.08%

R = 8.16%
G = 12.76%
B = 79.08%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10199B (or 0x10199B) is known color: Ultramarine. HEX triplet: 10, 19 and 9B. RGB value is (16,25,155). Sum of RGB (Red+Green+Blue) = 16+25+155=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #10199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10199B is #EFE664. Grayscale: #242424. Windows color (decimal): -15722085 or 10164496. OLE color: 10164496.

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

Color convert

RGB 16 25 155 -
CMYK 0.90 0.84 0 0.39
HSL 236.12º 0.81% 0.34% -
HSV(B) 236.12º 0.9% 0.61% -
XYZ 6.48 3.17 31.28 -
YUV 37.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 16 25 155 0.90 0.84 0 0.39 236.12 0.81 0.34
Hex 10 19 9B 5A 54 0 27 EC 51 22
Octal 20 31 233 132 124 0 47 354 121 42
Binary 10000 11001 10011011 1011010 1010100 0 100111 11101100 1010001 100010

Color Harmonies of #10199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10199B

Black with #10199B

Text Example


Text Example

White with #10199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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