Html Css Color HEX #100788 Ultramarine

📋 copy color: '#100788'

red 16 ◦ green 7 ◦ blue 136

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

Shades of Ultramarine #100788

Tints of Ultramarine #100788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 10.06%
G = 4.4%
B = 85.53%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#100788 (or 0x100788) is known color: Ultramarine. HEX triplet: 10, 07 and 88. RGB value is (16,7,136). Sum of RGB (Red+Green+Blue) = 16+7+136=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 136 (53.52% from 255 or 85.53% from 159); Max value from RGB is 136 - color contains mainly: blue. Hex color #100788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100788 is #EFF877. Grayscale: #171717. Windows color (decimal): -15726712 or 8914704. OLE color: 8914704.

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

Color convert

RGB 16 7 136 -
CMYK 0.88 0.95 0 0.47
HSL 244.19º 0.9% 0.28% -
HSV(B) 244.19º 0.95% 0.53% -
XYZ 4.73 2.04 23.44 -
YUV 24.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 16 7 136 0.88 0.95 0 0.47 244.19 0.9 0.28
Hex 10 7 88 58 5F 0 2F F4 5A 1C
Octal 20 7 210 130 137 0 57 364 132 34
Binary 10000 111 10001000 1011000 1011111 0 101111 11110100 1011010 11100

Color Harmonies of #100788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100788

Black with #100788

Text Example


Text Example

White with #100788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100788; }

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

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

background-color css

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

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

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

border-color css

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

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

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