Html Css Color HEX #151A90 Ultramarine

📋 copy color: '#151A90'

red 21 ◦ green 26 ◦ blue 144

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

Shades of Ultramarine #151A90

Tints of Ultramarine #151A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 75.39%

R = 10.99%
G = 13.61%
B = 75.39%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#151A90 (or 0x151A90) is known color: Ultramarine. HEX triplet: 15, 1A and 90. RGB value is (21,26,144). Sum of RGB (Red+Green+Blue) = 21+26+144=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #151A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A90 is #EAE56F. Grayscale: #252525. Windows color (decimal): -15394160 or 9443861. OLE color: 9443861.

HSL color Cylindrical-coordinate representation of color #151A90: hue angle of 237.56º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #151A90 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 26 144 -
CMYK 0.85 0.82 0 0.44
HSL 237.56º 0.75% 0.32% -
HSV(B) 237.56º 0.85% 0.56% -
XYZ 5.71 2.91 26.65 -
YUV 37.96 187.84 115.91 -
System Red Green Blue C M Y K H S L
Decimal 21 26 144 0.85 0.82 0 0.44 237.56 0.75 0.32
Hex 15 1A 90 55 52 0 2C EE 4B 20
Octal 25 32 220 125 122 0 54 356 113 40
Binary 10101 11010 10010000 1010101 1010010 0 101100 11101110 1001011 100000

Color Harmonies of #151A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A90

Black with #151A90

Text Example


Text Example

White with #151A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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