Html Css Color HEX #101497 Ultramarine

📋 copy color: '#101497'

red 16 ◦ green 20 ◦ blue 151

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

Shades of Ultramarine #101497

Tints of Ultramarine #101497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 8.56%
G = 10.7%
B = 80.75%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#101497 (or 0x101497) is known color: Ultramarine. HEX triplet: 10, 14 and 97. RGB value is (16,20,151). Sum of RGB (Red+Green+Blue) = 16+20+151=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 151 (59.38% from 255 or 80.75% from 187); Max value from RGB is 151 - color contains mainly: blue. Hex color #101497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101497 is #EFEB68. Grayscale: #212121. Windows color (decimal): -15723369 or 9901072. OLE color: 9901072.

HSL color Cylindrical-coordinate representation of color #101497: hue angle of 238.22º 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 #101497 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 20 151 -
CMYK 0.89 0.87 0 0.41
HSL 238.22º 0.81% 0.33% -
HSV(B) 238.22º 0.89% 0.59% -
XYZ 6.05 2.84 29.51 -
YUV 33.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 16 20 151 0.89 0.87 0 0.41 238.22 0.81 0.33
Hex 10 14 97 59 57 0 29 EE 51 21
Octal 20 24 227 131 127 0 51 356 121 41
Binary 10000 10100 10010111 1011001 1010111 0 101001 11101110 1010001 100001

Color Harmonies of #101497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101497

Black with #101497

Text Example


Text Example

White with #101497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101497; }

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

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

background-color css

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

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

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

border-color css

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

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

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