Html Css Color HEX #152E5B Sapphire

📋 copy color: '#152E5B'

red 21 ◦ green 46 ◦ blue 91

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

Shades of Sapphire #152E5B

Tints of Sapphire #152E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 13.29%
G = 29.11%
B = 57.59%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#152E5B (or 0x152E5B) is known color: Sapphire. HEX triplet: 15, 2E and 5B. RGB value is (21,46,91). Sum of RGB (Red+Green+Blue) = 21+46+91=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #152E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5B is #EAD1A4. Grayscale: #2B2B2B. Windows color (decimal): -15389093 or 5975573. OLE color: 5975573.

HSL color Cylindrical-coordinate representation of color #152E5B: hue angle of 218.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152E5B is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 46 91 -
CMYK 0.77 0.49 0 0.64
HSL 218.57º 0.63% 0.22% -
HSV(B) 218.57º 0.77% 0.36% -
XYZ 3.17 2.87 10.28 -
YUV 43.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 21 46 91 0.77 0.49 0 0.64 218.57 0.63 0.22
Hex 15 2E 5B 4D 31 0 40 DB 3E 16
Octal 25 56 133 115 61 0 100 333 76 26
Binary 10101 101110 1011011 1001101 110001 0 1000000 11011011 111110 10110

Color Harmonies of #152E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E5B

Black with #152E5B

Text Example


Text Example

White with #152E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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