Html Css Color HEX #101388 Ultramarine

📋 copy color: '#101388'

red 16 ◦ green 19 ◦ blue 136

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

Shades of Ultramarine #101388

Tints of Ultramarine #101388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 9.36%
G = 11.11%
B = 79.53%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#101388 (or 0x101388) is known color: Ultramarine. HEX triplet: 10, 13 and 88. RGB value is (16,19,136). Sum of RGB (Red+Green+Blue) = 16+19+136=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 136 (53.52% from 255 or 79.53% from 171); Max value from RGB is 136 - color contains mainly: blue. Hex color #101388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101388 is #EFEC77. Grayscale: #1E1E1E. Windows color (decimal): -15723640 or 8917776. OLE color: 8917776.

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

Color convert

RGB 16 19 136 -
CMYK 0.88 0.86 0 0.47
HSL 238.5º 0.79% 0.3% -
HSV(B) 238.5º 0.88% 0.53% -
XYZ 4.89 2.35 23.49 -
YUV 31.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 16 19 136 0.88 0.86 0 0.47 238.5 0.79 0.3
Hex 10 13 88 58 56 0 2F EE 4F 1E
Octal 20 23 210 130 126 0 57 356 117 36
Binary 10000 10011 10001000 1011000 1010110 0 101111 11101110 1001111 11110

Color Harmonies of #101388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101388

Black with #101388

Text Example


Text Example

White with #101388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101388; }

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

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

background-color css

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

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

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

border-color css

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

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

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