Html Css Color HEX #100B82 Ultramarine

📋 copy color: '#100B82'

red 16 ◦ green 11 ◦ blue 130

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

Shades of Ultramarine #100B82

Tints of Ultramarine #100B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.01%

 BLUE value IS 130 (51.17% from 255) = 82.8%

R = 10.19%
G = 7.01%
B = 82.8%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#100B82 (or 0x100B82) is known color: Ultramarine. HEX triplet: 10, 0B and 82. RGB value is (16,11,130). Sum of RGB (Red+Green+Blue) = 16+11+130=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #100B82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100B82 is #EFF47D. Grayscale: #191919. Windows color (decimal): -15725694 or 8522512. OLE color: 8522512.

HSL color Cylindrical-coordinate representation of color #100B82: hue angle of 242.52º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100B82 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 11 130 -
CMYK 0.88 0.92 0 0.49
HSL 242.52º 0.84% 0.28% -
HSV(B) 242.52º 0.92% 0.51% -
XYZ 4.36 1.96 21.27 -
YUV 26.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 16 11 130 0.88 0.92 0 0.49 242.52 0.84 0.28
Hex 10 B 82 58 5C 0 31 F3 54 1C
Octal 20 13 202 130 134 0 61 363 124 34
Binary 10000 1011 10000010 1011000 1011100 0 110001 11110011 1010100 11100

Color Harmonies of #100B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B82

Black with #100B82

Text Example


Text Example

White with #100B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,11,130); }

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

background-color css

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

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

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

border-color css

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

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

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