Html Css Color HEX #100885 Ultramarine

📋 copy color: '#100885'

red 16 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #100885

Tints of Ultramarine #100885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

 BLUE value IS 133 (52.34% from 255) = 84.71%

R = 10.19%
G = 5.1%
B = 84.71%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#100885 (or 0x100885) is known color: Ultramarine. HEX triplet: 10, 08 and 85. RGB value is (16,8,133). Sum of RGB (Red+Green+Blue) = 16+8+133=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #100885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100885 is #EFF77A. Grayscale: #181818. Windows color (decimal): -15726459 or 8718352. OLE color: 8718352.

HSL color Cylindrical-coordinate representation of color #100885: hue angle of 243.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100885 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 8 133 -
CMYK 0.88 0.94 0 0.48
HSL 243.84º 0.89% 0.28% -
HSV(B) 243.84º 0.94% 0.52% -
XYZ 4.53 1.98 22.33 -
YUV 24.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 16 8 133 0.88 0.94 0 0.48 243.84 0.89 0.28
Hex 10 8 85 58 5E 0 30 F4 59 1C
Octal 20 10 205 130 136 0 60 364 131 34
Binary 10000 1000 10000101 1011000 1011110 0 110000 11110100 1011001 11100

Color Harmonies of #100885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100885

Black with #100885

Text Example


Text Example

White with #100885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100885; }

 p { color: rgb(16,8,133); }

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

background-color css

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

 a { background-color: rgb(16,8,133); }

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

border-color css

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

 span { border-color: rgb(16,8,133); }

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