Html Css Color HEX #100388 Ultramarine

📋 copy color: '#100388'

red 16 ◦ green 3 ◦ blue 136

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

Shades of Ultramarine #100388

Tints of Ultramarine #100388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 136 (53.52% from 255) = 87.74%

R = 10.32%
G = 1.94%
B = 87.74%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#100388 (or 0x100388) is known color: Ultramarine. HEX triplet: 10, 03 and 88. RGB value is (16,3,136). Sum of RGB (Red+Green+Blue) = 16+3+136=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 136 (53.52% from 255 or 87.74% from 155); Max value from RGB is 136 - color contains mainly: blue. Hex color #100388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100388 is #EFFC77. Grayscale: #151515. Windows color (decimal): -15727736 or 8913680. OLE color: 8913680.

HSL color Cylindrical-coordinate representation of color #100388: hue angle of 245.86º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100388 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 3 136 -
CMYK 0.88 0.98 0 0.47
HSL 245.86º 0.96% 0.27% -
HSV(B) 245.86º 0.98% 0.53% -
XYZ 4.69 1.95 23.42 -
YUV 22.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 16 3 136 0.88 0.98 0 0.47 245.86 0.96 0.27
Hex 10 3 88 58 62 0 2F F6 60 1B
Octal 20 3 210 130 142 0 57 366 140 33
Binary 10000 11 10001000 1011000 1100010 0 101111 11110110 1100000 11011

Color Harmonies of #100388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100388

Black with #100388

Text Example


Text Example

White with #100388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100388; }

 p { color: rgb(16,3,136); }

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

background-color css

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

 a { background-color: rgb(16,3,136); }

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

border-color css

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

 span { border-color: rgb(16,3,136); }

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