Html Css Color HEX #151996 Ultramarine

📋 copy color: '#151996'

red 21 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #151996

Tints of Ultramarine #151996

RGB

 RED value IS 21 (8.59% from 255) = 10.71%

 GREEN value IS 25 (10.16% from 255) = 12.76%

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

R = 10.71%
G = 12.76%
B = 76.53%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#151996 (or 0x151996) is known color: Ultramarine. HEX triplet: 15, 19 and 96. RGB value is (21,25,150). Sum of RGB (Red+Green+Blue) = 21+25+150=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 150 (58.98% from 255 or 76.53% from 196); Max value from RGB is 150 - color contains mainly: blue. Hex color #151996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151996 is #EAE669. Grayscale: #252525. Windows color (decimal): -15394410 or 9836821. OLE color: 9836821.

HSL color Cylindrical-coordinate representation of color #151996: hue angle of 238.14º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151996 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 25 150 -
CMYK 0.86 0.83 0 0.41
HSL 238.14º 0.75% 0.34% -
HSV(B) 238.14º 0.86% 0.59% -
XYZ 6.16 3.06 29.12 -
YUV 38.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 21 25 150 0.86 0.83 0 0.41 238.14 0.75 0.34
Hex 15 19 96 56 53 0 29 EE 4B 22
Octal 25 31 226 126 123 0 51 356 113 42
Binary 10101 11001 10010110 1010110 1010011 0 101001 11101110 1001011 100010

Color Harmonies of #151996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151996

Black with #151996

Text Example


Text Example

White with #151996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151996; }

 p { color: rgb(21,25,150); }

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

background-color css

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

 a { background-color: rgb(21,25,150); }

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

border-color css

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

 span { border-color: rgb(21,25,150); }

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