Html Css Color HEX #100C88 Ultramarine

📋 copy color: '#100C88'

red 16 ◦ green 12 ◦ blue 136

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

Shades of Ultramarine #100C88

Tints of Ultramarine #100C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.32%

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

R = 9.76%
G = 7.32%
B = 82.93%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#100C88 (or 0x100C88) is known color: Ultramarine. HEX triplet: 10, 0C and 88. RGB value is (16,12,136). Sum of RGB (Red+Green+Blue) = 16+12+136=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #100C88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100C88 is #EFF377. Grayscale: #1A1A1A. Windows color (decimal): -15725432 or 8915984. OLE color: 8915984.

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

Color convert

RGB 16 12 136 -
CMYK 0.88 0.91 0 0.47
HSL 241.94º 0.84% 0.29% -
HSV(B) 241.94º 0.91% 0.53% -
XYZ 4.79 2.15 23.46 -
YUV 27.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 16 12 136 0.88 0.91 0 0.47 241.94 0.84 0.29
Hex 10 C 88 58 5B 0 2F F2 54 1D
Octal 20 14 210 130 133 0 57 362 124 35
Binary 10000 1100 10001000 1011000 1011011 0 101111 11110010 1010100 11101

Color Harmonies of #100C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C88

Black with #100C88

Text Example


Text Example

White with #100C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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