Html Css Color HEX #152F71 Sapphire

📋 copy color: '#152F71'

red 21 ◦ green 47 ◦ blue 113

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

Shades of Sapphire #152F71

Tints of Sapphire #152F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

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

R = 11.6%
G = 25.97%
B = 62.43%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#152F71 (or 0x152F71) is known color: Sapphire. HEX triplet: 15, 2F and 71. RGB value is (21,47,113). Sum of RGB (Red+Green+Blue) = 21+47+113=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #152F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F71 is #EAD08E. Grayscale: #2E2E2E. Windows color (decimal): -15388815 or 7417621. OLE color: 7417621.

HSL color Cylindrical-coordinate representation of color #152F71: hue angle of 223.04º 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 #152F71 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 47 113 -
CMYK 0.81 0.58 0 0.56
HSL 223.04º 0.69% 0.26% -
HSV(B) 223.04º 0.81% 0.44% -
XYZ 4.31 3.38 16.05 -
YUV 46.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 21 47 113 0.81 0.58 0 0.56 223.04 0.69 0.26
Hex 15 2F 71 51 3A 0 38 DF 45 1A
Octal 25 57 161 121 72 0 70 337 105 32
Binary 10101 101111 1110001 1010001 111010 0 111000 11011111 1000101 11010

Color Harmonies of #152F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F71

Black with #152F71

Text Example


Text Example

White with #152F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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