Html Css Color HEX #101188 Ultramarine

📋 copy color: '#101188'

red 16 ◦ green 17 ◦ blue 136

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

Shades of Ultramarine #101188

Tints of Ultramarine #101188

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

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

R = 9.47%
G = 10.06%
B = 80.47%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#101188 (or 0x101188) is known color: Ultramarine. HEX triplet: 10, 11 and 88. RGB value is (16,17,136). Sum of RGB (Red+Green+Blue) = 16+17+136=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 136 (53.52% from 255 or 80.47% from 169); Max value from RGB is 136 - color contains mainly: blue. Hex color #101188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101188 is #EFEE77. Grayscale: #1D1D1D. Windows color (decimal): -15724152 or 8917264. OLE color: 8917264.

HSL color Cylindrical-coordinate representation of color #101188: hue angle of 239.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 #101188 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 17 136 -
CMYK 0.88 0.87 0 0.47
HSL 239.5º 0.79% 0.3% -
HSV(B) 239.5º 0.88% 0.53% -
XYZ 4.86 2.29 23.48 -
YUV 30.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 16 17 136 0.88 0.87 0 0.47 239.5 0.79 0.3
Hex 10 11 88 58 57 0 2F F0 4F 1E
Octal 20 21 210 130 127 0 57 360 117 36
Binary 10000 10001 10001000 1011000 1010111 0 101111 11110000 1001111 11110

Color Harmonies of #101188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101188

Black with #101188

Text Example


Text Example

White with #101188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101188; }

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

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

background-color css

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

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

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

border-color css

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

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

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