Html Css Color HEX #101397 Ultramarine

📋 copy color: '#101397'

red 16 ◦ green 19 ◦ blue 151

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

Shades of Ultramarine #101397

Tints of Ultramarine #101397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 8.6%
G = 10.22%
B = 81.18%

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

#101397 (or 0x101397) is known color: Ultramarine. HEX triplet: 10, 13 and 97. RGB value is (16,19,151). Sum of RGB (Red+Green+Blue) = 16+19+151=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #101397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101397 is #EFEC68. Grayscale: #202020. Windows color (decimal): -15723625 or 9900816. OLE color: 9900816.

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

Color convert

RGB 16 19 151 -
CMYK 0.89 0.87 0 0.41
HSL 238.67º 0.81% 0.33% -
HSV(B) 238.67º 0.89% 0.59% -
XYZ 6.03 2.81 29.5 -
YUV 33.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 16 19 151 0.89 0.87 0 0.41 238.67 0.81 0.33
Hex 10 13 97 59 57 0 29 EF 51 21
Octal 20 23 227 131 127 0 51 357 121 41
Binary 10000 10011 10010111 1011001 1010111 0 101001 11101111 1010001 100001

Color Harmonies of #101397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101397

Black with #101397

Text Example


Text Example

White with #101397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101397; }

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

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

background-color css

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

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

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

border-color css

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

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

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