Html Css Color HEX #151AA0 Ultramarine

📋 copy color: '#151AA0'

red 21 ◦ green 26 ◦ blue 160

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

Shades of Ultramarine #151AA0

Tints of Ultramarine #151AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 77.29%

R = 10.14%
G = 12.56%
B = 77.29%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#151AA0 (or 0x151AA0) is known color: Ultramarine. HEX triplet: 15, 1A and A0. RGB value is (21,26,160). Sum of RGB (Red+Green+Blue) = 21+26+160=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 160 (62.89% from 255 or 77.29% from 207); Max value from RGB is 160 - color contains mainly: blue. Hex color #151AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AA0 is #EAE55F. Grayscale: #272727. Windows color (decimal): -15394144 or 10492437. OLE color: 10492437.

HSL color Cylindrical-coordinate representation of color #151AA0: hue angle of 237.84º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151AA0 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 26 160 -
CMYK 0.87 0.84 0 0.37
HSL 237.84º 0.77% 0.35% -
HSV(B) 237.84º 0.87% 0.63% -
XYZ 7.02 3.44 33.55 -
YUV 39.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 21 26 160 0.87 0.84 0 0.37 237.84 0.77 0.35
Hex 15 1A A0 57 54 0 25 EE 4D 23
Octal 25 32 240 127 124 0 45 356 115 43
Binary 10101 11010 10100000 1010111 1010100 0 100101 11101110 1001101 100011

Color Harmonies of #151AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AA0

Black with #151AA0

Text Example


Text Example

White with #151AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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