Html Css Color HEX #151295 Ultramarine

📋 copy color: '#151295'

red 21 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #151295

Tints of Ultramarine #151295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.57%

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

R = 11.17%
G = 9.57%
B = 79.26%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#151295 (or 0x151295) is known color: Ultramarine. HEX triplet: 15, 12 and 95. RGB value is (21,18,149). Sum of RGB (Red+Green+Blue) = 21+18+149=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #151295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151295 is #EAED6A. Grayscale: #212121. Windows color (decimal): -15396203 or 9769493. OLE color: 9769493.

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

Color convert

RGB 21 18 149 -
CMYK 0.86 0.88 0 0.42
HSL 241.37º 0.78% 0.33% -
HSV(B) 241.37º 0.88% 0.58% -
XYZ 5.95 2.76 28.65 -
YUV 33.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 21 18 149 0.86 0.88 0 0.42 241.37 0.78 0.33
Hex 15 12 95 56 58 0 2A F1 4E 21
Octal 25 22 225 126 130 0 52 361 116 41
Binary 10101 10010 10010101 1010110 1011000 0 101010 11110001 1001110 100001

Color Harmonies of #151295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151295

Black with #151295

Text Example


Text Example

White with #151295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151295; }

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

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

background-color css

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

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

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

border-color css

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

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

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