Html Css Color HEX #100185 Ultramarine

📋 copy color: '#100185'

red 16 ◦ green 1 ◦ blue 133

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

Shades of Ultramarine #100185

Tints of Ultramarine #100185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 10.67%
G = 0.67%
B = 88.67%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#100185 (or 0x100185) is known color: Ultramarine. HEX triplet: 10, 01 and 85. RGB value is (16,1,133). Sum of RGB (Red+Green+Blue) = 16+1+133=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 133 (52.34% from 255 or 88.67% from 150); Max value from RGB is 133 - color contains mainly: blue. Hex color #100185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100185 is #EFFE7A. Grayscale: #141414. Windows color (decimal): -15728251 or 8716560. OLE color: 8716560.

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

Color convert

RGB 16 1 133 -
CMYK 0.88 0.99 0 0.48
HSL 246.82º 0.99% 0.26% -
HSV(B) 246.82º 0.99% 0.52% -
XYZ 4.46 1.83 22.31 -
YUV 20.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 16 1 133 0.88 0.99 0 0.48 246.82 0.99 0.26
Hex 10 1 85 58 63 0 30 F7 63 1A
Octal 20 1 205 130 143 0 60 367 143 32
Binary 10000 1 10000101 1011000 1100011 0 110000 11110111 1100011 11010

Color Harmonies of #100185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100185

Black with #100185

Text Example


Text Example

White with #100185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100185; }

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

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

background-color css

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

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

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

border-color css

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

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

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