Html Css Color HEX #10159B Ultramarine

📋 copy color: '#10159B'

red 16 ◦ green 21 ◦ blue 155

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

Shades of Ultramarine #10159B

Tints of Ultramarine #10159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

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

R = 8.33%
G = 10.94%
B = 80.73%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10159B (or 0x10159B) is known color: Ultramarine. HEX triplet: 10, 15 and 9B. RGB value is (16,21,155). Sum of RGB (Red+Green+Blue) = 16+21+155=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #10159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10159B is #EFEA64. Grayscale: #222222. Windows color (decimal): -15723109 or 10163472. OLE color: 10163472.

HSL color Cylindrical-coordinate representation of color #10159B: hue angle of 237.84º 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 #10159B is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 21 155 -
CMYK 0.90 0.86 0 0.39
HSL 237.84º 0.81% 0.34% -
HSV(B) 237.84º 0.9% 0.61% -
XYZ 6.4 3.01 31.25 -
YUV 34.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 16 21 155 0.90 0.86 0 0.39 237.84 0.81 0.34
Hex 10 15 9B 5A 56 0 27 EE 51 22
Octal 20 25 233 132 126 0 47 356 121 42
Binary 10000 10101 10011011 1011010 1010110 0 100111 11101110 1010001 100010

Color Harmonies of #10159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10159B

Black with #10159B

Text Example


Text Example

White with #10159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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