Html Css Color HEX #100C8C Ultramarine

📋 copy color: '#100C8C'

red 16 ◦ green 12 ◦ blue 140

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

Shades of Ultramarine #100C8C

Tints of Ultramarine #100C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 83.33%

R = 9.52%
G = 7.14%
B = 83.33%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#100C8C (or 0x100C8C) is known color: Ultramarine. HEX triplet: 10, 0C and 8C. RGB value is (16,12,140). Sum of RGB (Red+Green+Blue) = 16+12+140=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #100C8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100C8C is #EFF373. Grayscale: #1B1B1B. Windows color (decimal): -15725428 or 9178128. OLE color: 9178128.

HSL color Cylindrical-coordinate representation of color #100C8C: hue angle of 241.88º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100C8C is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 12 140 -
CMYK 0.89 0.91 0 0.45
HSL 241.88º 0.84% 0.3% -
HSV(B) 241.88º 0.91% 0.55% -
XYZ 5.08 2.27 24.98 -
YUV 27.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 16 12 140 0.89 0.91 0 0.45 241.88 0.84 0.3
Hex 10 C 8C 59 5B 0 2D F2 54 1E
Octal 20 14 214 131 133 0 55 362 124 36
Binary 10000 1100 10001100 1011001 1011011 0 101101 11110010 1010100 11110

Color Harmonies of #100C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C8C

Black with #100C8C

Text Example


Text Example

White with #100C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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