Html Css Color HEX #151A92 Ultramarine

📋 copy color: '#151A92'

red 21 ◦ green 26 ◦ blue 146

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

Shades of Ultramarine #151A92

Tints of Ultramarine #151A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.65%

R = 10.88%
G = 13.47%
B = 75.65%

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

#151A92 (or 0x151A92) is known color: Ultramarine. HEX triplet: 15, 1A and 92. RGB value is (21,26,146). Sum of RGB (Red+Green+Blue) = 21+26+146=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #151A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151A92 is #EAE56D. Grayscale: #252525. Windows color (decimal): -15394158 or 9574933. OLE color: 9574933.

HSL color Cylindrical-coordinate representation of color #151A92: hue angle of 237.6º 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 #151A92 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 26 146 -
CMYK 0.86 0.82 0 0.43
HSL 237.6º 0.75% 0.33% -
HSV(B) 237.6º 0.86% 0.57% -
XYZ 5.87 2.97 27.46 -
YUV 38.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 21 26 146 0.86 0.82 0 0.43 237.6 0.75 0.33
Hex 15 1A 92 56 52 0 2B EE 4B 21
Octal 25 32 222 126 122 0 53 356 113 41
Binary 10101 11010 10010010 1010110 1010010 0 101011 11101110 1001011 100001

Color Harmonies of #151A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A92

Black with #151A92

Text Example


Text Example

White with #151A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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