Html Css Color HEX #101088 Ultramarine

📋 copy color: '#101088'

red 16 ◦ green 16 ◦ blue 136

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

Shades of Ultramarine #101088

Tints of Ultramarine #101088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 9.52%
G = 9.52%
B = 80.95%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#101088 (or 0x101088) is known color: Ultramarine. HEX triplet: 10, 10 and 88. RGB value is (16,16,136). Sum of RGB (Red+Green+Blue) = 16+16+136=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 136 (53.52% from 255 or 80.95% from 168); Max value from RGB is 136 - color contains mainly: blue. Hex color #101088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101088 is #EFEF77. Grayscale: #1D1D1D. Windows color (decimal): -15724408 or 8917008. OLE color: 8917008.

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

Color convert

RGB 16 16 136 -
CMYK 0.88 0.88 0 0.47
HSL 240º 0.79% 0.3% -
HSV(B) 240º 0.88% 0.53% -
XYZ 4.84 2.26 23.47 -
YUV 29.68 188 118.24 -
System Red Green Blue C M Y K H S L
Decimal 16 16 136 0.88 0.88 0 0.47 240 0.79 0.3
Hex 10 10 88 58 58 0 2F F0 4F 1E
Octal 20 20 210 130 130 0 57 360 117 36
Binary 10000 10000 10001000 1011000 1011000 0 101111 11110000 1001111 11110

Color Harmonies of #101088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101088

Black with #101088

Text Example


Text Example

White with #101088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101088; }

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

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

background-color css

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

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

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

border-color css

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

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

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