Html Css Color HEX #152E71 Sapphire

📋 copy color: '#152E71'

red 21 ◦ green 46 ◦ blue 113

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

Shades of Sapphire #152E71

Tints of Sapphire #152E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.56%

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 11.67%
G = 25.56%
B = 62.78%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#152E71 (or 0x152E71) is known color: Sapphire. HEX triplet: 15, 2E and 71. RGB value is (21,46,113). Sum of RGB (Red+Green+Blue) = 21+46+113=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #152E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E71 is #EAD18E. Grayscale: #2D2D2D. Windows color (decimal): -15389071 or 7417365. OLE color: 7417365.

HSL color Cylindrical-coordinate representation of color #152E71: hue angle of 223.7º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152E71 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 46 113 -
CMYK 0.81 0.59 0 0.56
HSL 223.7º 0.69% 0.26% -
HSV(B) 223.7º 0.81% 0.44% -
XYZ 4.27 3.31 16.04 -
YUV 46.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 21 46 113 0.81 0.59 0 0.56 223.7 0.69 0.26
Hex 15 2E 71 51 3B 0 38 E0 45 1A
Octal 25 56 161 121 73 0 70 340 105 32
Binary 10101 101110 1110001 1010001 111011 0 111000 11100000 1000101 11010

Color Harmonies of #152E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E71

Black with #152E71

Text Example


Text Example

White with #152E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,46,113); }

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

background-color css

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

 a { background-color: rgb(21,46,113); }

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

border-color css

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

 span { border-color: rgb(21,46,113); }

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