Html Css Color HEX #151AA4 Ultramarine

📋 copy color: '#151AA4'

red 21 ◦ green 26 ◦ blue 164

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

Shades of Ultramarine #151AA4

Tints of Ultramarine #151AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 77.73%

R = 9.95%
G = 12.32%
B = 77.73%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#151AA4 (or 0x151AA4) is known color: Ultramarine. HEX triplet: 15, 1A and A4. RGB value is (21,26,164). Sum of RGB (Red+Green+Blue) = 21+26+164=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #151AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151AA4 is #EAE55B. Grayscale: #272727. Windows color (decimal): -15394140 or 10754581. OLE color: 10754581.

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

Color convert

RGB 21 26 164 -
CMYK 0.87 0.84 0 0.36
HSL 237.9º 0.77% 0.36% -
HSV(B) 237.9º 0.87% 0.64% -
XYZ 7.38 3.58 35.42 -
YUV 40.24 197.84 114.28 -
System Red Green Blue C M Y K H S L
Decimal 21 26 164 0.87 0.84 0 0.36 237.9 0.77 0.36
Hex 15 1A A4 57 54 0 24 EE 4D 24
Octal 25 32 244 127 124 0 44 356 115 44
Binary 10101 11010 10100100 1010111 1010100 0 100100 11101110 1001101 100100

Color Harmonies of #151AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AA4

Black with #151AA4

Text Example


Text Example

White with #151AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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