Html Css Color HEX #100088 Ultramarine

📋 copy color: '#100088'

red 16 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #100088

Tints of Ultramarine #100088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.53%
G = 0%
B = 89.47%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#100088 (or 0x100088) is known color: Ultramarine. HEX triplet: 10, 00 and 88. RGB value is (16,0,136). Sum of RGB (Red+Green+Blue) = 16+0+136=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 136 (53.52% from 255 or 89.47% from 152); Max value from RGB is 136 - color contains mainly: blue. Hex color #100088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100088 is #EFFF77. Grayscale: #131313. Windows color (decimal): -15728504 or 8912912. OLE color: 8912912.

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

Color convert

RGB 16 0 136 -
CMYK 0.88 1 0 0.47
HSL 247.06º 1% 0.27% -
HSV(B) 247.06º 1% 0.53% -
XYZ 4.66 1.89 23.41 -
YUV 20.29 193.3 124.94 -
System Red Green Blue C M Y K H S L
Decimal 16 0 136 0.88 1 0 0.47 247.06 1 0.27
Hex 10 0 88 58 64 0 2F F7 64 1B
Octal 20 0 210 130 144 0 57 367 144 33
Binary 10000 0 10001000 1011000 1100100 0 101111 11110111 1100100 11011

Color Harmonies of #100088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100088

Black with #100088

Text Example


Text Example

White with #100088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100088; }

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

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

background-color css

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

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

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

border-color css

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

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

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