#101F97

Color #101F97 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #101F97

Tints of Ultramarine #101F97

Color information

#101F97 (or 0x101F97) is unknown color: approx Ultramarine. HEX triplet: 10, 1F and 97. RGB value is (16,31,151). Sum of RGB (Red+Green+Blue) = 16+31+151=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #101F97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F97 is #EFE068. Grayscale: #272727. Windows color (decimal): -15720553 or 9903888. OLE color: 9903888.

HSL color Cylindrical-coordinate representation of color #101F97: hue angle of 233.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101F97 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1631151-
CMYK0.890.7900.41
HSL233.33º80.84%32.75%-
HSV(B)233.33º89.4%59.22%-
XYZ6.293.3229.59-
YUV40.2190.53110.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 31 (12.5% from 255) = 15.66%
BLUE value IS 151 (59.38% from 255) = 76.26%
R=8.08%
G=15.66%
B=76.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16311510.890.7900.41233.3380.8432.75
Hex101F97594F029e95121
Octal203722713111705135112141
Binary100001111110010111101100110011110101001111010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101F97; }

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

 H1.HeaderClassName
 {
   color: #101F97;
 }
 .AnyTagClassName
 {
   color: #101F97;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #101F97;
 }
 .BgClassName
 {
   background-color: #101F97;
 }
</style>
border-color css

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

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

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