Html Css Color HEX #100D97 Ultramarine

📋 copy color: '#100D97'

red 16 ◦ green 13 ◦ blue 151

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

Shades of Ultramarine #100D97

Tints of Ultramarine #100D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 83.89%

R = 8.89%
G = 7.22%
B = 83.89%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#100D97 (or 0x100D97) is known color: Ultramarine. HEX triplet: 10, 0D and 97. RGB value is (16,13,151). Sum of RGB (Red+Green+Blue) = 16+13+151=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 151 (59.38% from 255 or 83.89% from 180); Max value from RGB is 151 - color contains mainly: blue. Hex color #100D97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100D97 is #EFF268. Grayscale: #1D1D1D. Windows color (decimal): -15725161 or 9899280. OLE color: 9899280.

HSL color Cylindrical-coordinate representation of color #100D97: hue angle of 241.3º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100D97 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 13 151 -
CMYK 0.89 0.91 0 0.41
HSL 241.3º 0.84% 0.32% -
HSV(B) 241.3º 0.91% 0.59% -
XYZ 5.94 2.63 29.47 -
YUV 29.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 16 13 151 0.89 0.91 0 0.41 241.3 0.84 0.32
Hex 10 D 97 59 5B 0 29 F1 54 20
Octal 20 15 227 131 133 0 51 361 124 40
Binary 10000 1101 10010111 1011001 1011011 0 101001 11110001 1010100 100000

Color Harmonies of #100D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D97

Black with #100D97

Text Example


Text Example

White with #100D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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