Html Css Color HEX #100585 Ultramarine

📋 copy color: '#100585'

red 16 ◦ green 5 ◦ blue 133

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

Shades of Ultramarine #100585

Tints of Ultramarine #100585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

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

R = 10.39%
G = 3.25%
B = 86.36%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#100585 (or 0x100585) is known color: Ultramarine. HEX triplet: 10, 05 and 85. RGB value is (16,5,133). Sum of RGB (Red+Green+Blue) = 16+5+133=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #100585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100585 is #EFFA7A. Grayscale: #161616. Windows color (decimal): -15727227 or 8717584. OLE color: 8717584.

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

Color convert

RGB 16 5 133 -
CMYK 0.88 0.96 0 0.48
HSL 245.16º 0.93% 0.27% -
HSV(B) 245.16º 0.96% 0.52% -
XYZ 4.5 1.91 22.32 -
YUV 22.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 16 5 133 0.88 0.96 0 0.48 245.16 0.93 0.27
Hex 10 5 85 58 60 0 30 F5 5D 1B
Octal 20 5 205 130 140 0 60 365 135 33
Binary 10000 101 10000101 1011000 1100000 0 110000 11110101 1011101 11011

Color Harmonies of #100585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100585

Black with #100585

Text Example


Text Example

White with #100585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100585; }

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

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

background-color css

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

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

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

border-color css

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

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

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