Html Css Color HEX #101288 Ultramarine

📋 copy color: '#101288'

red 16 ◦ green 18 ◦ blue 136

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

Shades of Ultramarine #101288

Tints of Ultramarine #101288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 9.41%
G = 10.59%
B = 80%

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

#101288 (or 0x101288) is known color: Ultramarine. HEX triplet: 10, 12 and 88. RGB value is (16,18,136). Sum of RGB (Red+Green+Blue) = 16+18+136=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #101288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101288 is #EFED77. Grayscale: #1E1E1E. Windows color (decimal): -15723896 or 8917520. OLE color: 8917520.

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

Color convert

RGB 16 18 136 -
CMYK 0.88 0.87 0 0.47
HSL 239º 0.79% 0.3% -
HSV(B) 239º 0.88% 0.53% -
XYZ 4.87 2.32 23.48 -
YUV 30.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 16 18 136 0.88 0.87 0 0.47 239 0.79 0.3
Hex 10 12 88 58 57 0 2F EF 4F 1E
Octal 20 22 210 130 127 0 57 357 117 36
Binary 10000 10010 10001000 1011000 1010111 0 101111 11101111 1001111 11110

Color Harmonies of #101288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101288

Black with #101288

Text Example


Text Example

White with #101288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101288; }

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

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

background-color css

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

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

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

border-color css

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

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

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