Html Css Color HEX #152B71 Sapphire

📋 copy color: '#152B71'

red 21 ◦ green 43 ◦ blue 113

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

Shades of Sapphire #152B71

Tints of Sapphire #152B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.29%

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

R = 11.86%
G = 24.29%
B = 63.84%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#152B71 (or 0x152B71) is known color: Sapphire. HEX triplet: 15, 2B and 71. RGB value is (21,43,113). Sum of RGB (Red+Green+Blue) = 21+43+113=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #152B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B71 is #EAD48E. Grayscale: #2C2C2C. Windows color (decimal): -15389839 or 7416597. OLE color: 7416597.

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

Color convert

RGB 21 43 113 -
CMYK 0.81 0.62 0 0.56
HSL 225.65º 0.69% 0.26% -
HSV(B) 225.65º 0.81% 0.44% -
XYZ 4.15 3.08 16 -
YUV 44.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 21 43 113 0.81 0.62 0 0.56 225.65 0.69 0.26
Hex 15 2B 71 51 3E 0 38 E2 45 1A
Octal 25 53 161 121 76 0 70 342 105 32
Binary 10101 101011 1110001 1010001 111110 0 111000 11100010 1000101 11010

Color Harmonies of #152B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B71

Black with #152B71

Text Example


Text Example

White with #152B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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