Html Css Color HEX #100FA2 Ultramarine

📋 copy color: '#100FA2'

red 16 ◦ green 15 ◦ blue 162

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

Shades of Ultramarine #100FA2

Tints of Ultramarine #100FA2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 162 (63.67% from 255) = 83.94%

R = 8.29%
G = 7.77%
B = 83.94%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#100FA2 (or 0x100FA2) is known color: Ultramarine. HEX triplet: 10, 0F and A2. RGB value is (16,15,162). Sum of RGB (Red+Green+Blue) = 16+15+162=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 162 (63.67% from 255 or 83.94% from 193); Max value from RGB is 162 - color contains mainly: blue. Hex color #100FA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FA2 is #EFF05D. Grayscale: #1F1F1F. Windows color (decimal): -15724638 or 10620688. OLE color: 10620688.

HSL color Cylindrical-coordinate representation of color #100FA2: hue angle of 240.41º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100FA2 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 15 162 -
CMYK 0.90 0.91 0 0.36
HSL 240.41º 0.83% 0.35% -
HSV(B) 240.41º 0.91% 0.64% -
XYZ 6.91 3.06 34.41 -
YUV 32.06 201.33 116.55 -
System Red Green Blue C M Y K H S L
Decimal 16 15 162 0.90 0.91 0 0.36 240.41 0.83 0.35
Hex 10 F A2 5A 5B 0 24 F0 53 23
Octal 20 17 242 132 133 0 44 360 123 43
Binary 10000 1111 10100010 1011010 1011011 0 100100 11110000 1010011 100011

Color Harmonies of #100FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100FA2

Black with #100FA2

Text Example


Text Example

White with #100FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,15,162); }

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

background-color css

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

 a { background-color: rgb(16,15,162); }

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

border-color css

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

 span { border-color: rgb(16,15,162); }

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