Html Css Color HEX #151995 Ultramarine

📋 copy color: '#151995'

red 21 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #151995

Tints of Ultramarine #151995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 76.41%

R = 10.77%
G = 12.82%
B = 76.41%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#151995 (or 0x151995) is known color: Ultramarine. HEX triplet: 15, 19 and 95. RGB value is (21,25,149). Sum of RGB (Red+Green+Blue) = 21+25+149=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #151995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151995 is #EAE66A. Grayscale: #252525. Windows color (decimal): -15394411 or 9771285. OLE color: 9771285.

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

Color convert

RGB 21 25 149 -
CMYK 0.86 0.83 0 0.42
HSL 238.13º 0.75% 0.33% -
HSV(B) 238.13º 0.86% 0.58% -
XYZ 6.08 3.02 28.7 -
YUV 37.94 190.67 115.92 -
System Red Green Blue C M Y K H S L
Decimal 21 25 149 0.86 0.83 0 0.42 238.13 0.75 0.33
Hex 15 19 95 56 53 0 2A EE 4B 21
Octal 25 31 225 126 123 0 52 356 113 41
Binary 10101 11001 10010101 1010110 1010011 0 101010 11101110 1001011 100001

Color Harmonies of #151995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151995

Black with #151995

Text Example


Text Example

White with #151995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151995; }

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

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

background-color css

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

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

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

border-color css

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

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

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