Html Css Color HEX #152A76 Sapphire

📋 copy color: '#152A76'

red 21 ◦ green 42 ◦ blue 118

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

Shades of Sapphire #152A76

Tints of Sapphire #152A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.2%

 BLUE value IS 118 (46.48% from 255) = 65.19%

R = 11.6%
G = 23.2%
B = 65.19%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#152A76 (or 0x152A76) is known color: Sapphire. HEX triplet: 15, 2A and 76. RGB value is (21,42,118). Sum of RGB (Red+Green+Blue) = 21+42+118=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #152A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A76 is #EAD589. Grayscale: #2C2C2C. Windows color (decimal): -15390090 or 7744021. OLE color: 7744021.

HSL color Cylindrical-coordinate representation of color #152A76: hue angle of 227.01º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152A76 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 42 118 -
CMYK 0.82 0.64 0 0.54
HSL 227.01º 0.7% 0.27% -
HSV(B) 227.01º 0.82% 0.46% -
XYZ 4.41 3.12 17.51 -
YUV 44.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 21 42 118 0.82 0.64 0 0.54 227.01 0.7 0.27
Hex 15 2A 76 52 40 0 36 E3 46 1B
Octal 25 52 166 122 100 0 66 343 106 33
Binary 10101 101010 1110110 1010010 1000000 0 110110 11100011 1000110 11011

Color Harmonies of #152A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152A76

Black with #152A76

Text Example


Text Example

White with #152A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152A76; }

 p { color: rgb(21,42,118); }

 H1.HeaderClassName
 {
   color: #152A76;
 }
 .AnyTagClassName
 {
   color: #152A76;
 }
</style>

background-color css

<style>
 a { background-color: #152A76; }

 a { background-color: rgb(21,42,118); }

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

border-color css

<style>
 span { border-color: #152A76; }

 span { border-color: rgb(21,42,118); }

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