Html Css Color HEX #100499 Ultramarine

📋 copy color: '#100499'

red 16 ◦ green 4 ◦ blue 153

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

Shades of Ultramarine #100499

Tints of Ultramarine #100499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

 BLUE value IS 153 (60.16% from 255) = 88.44%

R = 9.25%
G = 2.31%
B = 88.44%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#100499 (or 0x100499) is known color: Ultramarine. HEX triplet: 10, 04 and 99. RGB value is (16,4,153). Sum of RGB (Red+Green+Blue) = 16+4+153=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 153 (60.16% from 255 or 88.44% from 173); Max value from RGB is 153 - color contains mainly: blue. Hex color #100499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100499 is #EFFB66. Grayscale: #171717. Windows color (decimal): -15727463 or 10028048. OLE color: 10028048.

HSL color Cylindrical-coordinate representation of color #100499: hue angle of 244.83º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100499 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 4 153 -
CMYK 0.90 0.97 0 0.4
HSL 244.83º 0.95% 0.31% -
HSV(B) 244.83º 0.97% 0.6% -
XYZ 6.01 2.5 30.3 -
YUV 24.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 16 4 153 0.90 0.97 0 0.4 244.83 0.95 0.31
Hex 10 4 99 5A 61 0 28 F5 5F 1F
Octal 20 4 231 132 141 0 50 365 137 37
Binary 10000 100 10011001 1011010 1100001 0 101000 11110101 1011111 11111

Color Harmonies of #100499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100499

Black with #100499

Text Example


Text Example

White with #100499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100499; }

 p { color: rgb(16,4,153); }

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

background-color css

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

 a { background-color: rgb(16,4,153); }

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

border-color css

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

 span { border-color: rgb(16,4,153); }

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