Html Css Color HEX #100DA5 Ultramarine

📋 copy color: '#100DA5'

red 16 ◦ green 13 ◦ blue 165

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

Shades of Ultramarine #100DA5

Tints of Ultramarine #100DA5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

 BLUE value IS 165 (64.84% from 255) = 85.05%

R = 8.25%
G = 6.7%
B = 85.05%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#100DA5 (or 0x100DA5) is known color: Ultramarine. HEX triplet: 10, 0D and A5. RGB value is (16,13,165). Sum of RGB (Red+Green+Blue) = 16+13+165=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 165 (64.84% from 255 or 85.05% from 194); Max value from RGB is 165 - color contains mainly: blue. Hex color #100DA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100DA5 is #EFF25A. Grayscale: #1E1E1E. Windows color (decimal): -15725147 or 10816784. OLE color: 10816784.

HSL color Cylindrical-coordinate representation of color #100DA5: hue angle of 241.18º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100DA5 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 13 165 -
CMYK 0.90 0.92 0 0.35
HSL 241.18º 0.85% 0.35% -
HSV(B) 241.18º 0.92% 0.65% -
XYZ 7.15 3.11 35.82 -
YUV 31.23 203.49 117.14 -
System Red Green Blue C M Y K H S L
Decimal 16 13 165 0.90 0.92 0 0.35 241.18 0.85 0.35
Hex 10 D A5 5A 5C 0 23 F1 55 23
Octal 20 15 245 132 134 0 43 361 125 43
Binary 10000 1101 10100101 1011010 1011100 0 100011 11110001 1010101 100011

Color Harmonies of #100DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100DA5

Black with #100DA5

Text Example


Text Example

White with #100DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,13,165); }

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

background-color css

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

 a { background-color: rgb(16,13,165); }

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

border-color css

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

 span { border-color: rgb(16,13,165); }

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