Html Css Color HEX #101396 Ultramarine

📋 copy color: '#101396'

red 16 ◦ green 19 ◦ blue 150

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

Shades of Ultramarine #101396

Tints of Ultramarine #101396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 81.08%

R = 8.65%
G = 10.27%
B = 81.08%

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

#101396 (or 0x101396) is known color: Ultramarine. HEX triplet: 10, 13 and 96. RGB value is (16,19,150). Sum of RGB (Red+Green+Blue) = 16+19+150=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 150 (58.98% from 255 or 81.08% from 185); Max value from RGB is 150 - color contains mainly: blue. Hex color #101396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101396 is #EFEC69. Grayscale: #202020. Windows color (decimal): -15723626 or 9835280. OLE color: 9835280.

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

Color convert

RGB 16 19 150 -
CMYK 0.89 0.87 0 0.41
HSL 238.66º 0.81% 0.33% -
HSV(B) 238.66º 0.89% 0.59% -
XYZ 5.95 2.78 29.08 -
YUV 33.04 194.01 115.85 -
System Red Green Blue C M Y K H S L
Decimal 16 19 150 0.89 0.87 0 0.41 238.66 0.81 0.33
Hex 10 13 96 59 57 0 29 EF 51 21
Octal 20 23 226 131 127 0 51 357 121 41
Binary 10000 10011 10010110 1011001 1010111 0 101001 11101111 1010001 100001

Color Harmonies of #101396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101396

Black with #101396

Text Example


Text Example

White with #101396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101396; }

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

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

background-color css

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

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

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

border-color css

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

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

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