Html Css Color HEX #151A91 Ultramarine

📋 copy color: '#151A91'

red 21 ◦ green 26 ◦ blue 145

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

Shades of Ultramarine #151A91

Tints of Ultramarine #151A91

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.54%

 BLUE value IS 145 (57.03% from 255) = 75.52%

R = 10.94%
G = 13.54%
B = 75.52%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#151A91 (or 0x151A91) is known color: Ultramarine. HEX triplet: 15, 1A and 91. RGB value is (21,26,145). Sum of RGB (Red+Green+Blue) = 21+26+145=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #151A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A91 is #EAE56E. Grayscale: #252525. Windows color (decimal): -15394159 or 9509397. OLE color: 9509397.

HSL color Cylindrical-coordinate representation of color #151A91: hue angle of 237.58º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151A91 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 26 145 -
CMYK 0.86 0.82 0 0.43
HSL 237.58º 0.75% 0.33% -
HSV(B) 237.58º 0.86% 0.57% -
XYZ 5.79 2.94 27.05 -
YUV 38.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 21 26 145 0.86 0.82 0 0.43 237.58 0.75 0.33
Hex 15 1A 91 56 52 0 2B EE 4B 21
Octal 25 32 221 126 122 0 53 356 113 41
Binary 10101 11010 10010001 1010110 1010010 0 101011 11101110 1001011 100001

Color Harmonies of #151A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A91

Black with #151A91

Text Example


Text Example

White with #151A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151A91; }

 p { color: rgb(21,26,145); }

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

background-color css

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

 a { background-color: rgb(21,26,145); }

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

border-color css

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

 span { border-color: rgb(21,26,145); }

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