Html Css Color HEX #152E5D Sapphire

📋 copy color: '#152E5D'

red 21 ◦ green 46 ◦ blue 93

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

Shades of Sapphire #152E5D

Tints of Sapphire #152E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 58.13%

R = 13.13%
G = 28.75%
B = 58.13%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#152E5D (or 0x152E5D) is known color: Sapphire. HEX triplet: 15, 2E and 5D. RGB value is (21,46,93). Sum of RGB (Red+Green+Blue) = 21+46+93=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #152E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5D is #EAD1A2. Grayscale: #2B2B2B. Windows color (decimal): -15389091 or 6106645. OLE color: 6106645.

HSL color Cylindrical-coordinate representation of color #152E5D: hue angle of 219.17º degrees, saturation: 0.63, 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 #152E5D is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 46 93 -
CMYK 0.77 0.51 0 0.64
HSL 219.17º 0.63% 0.22% -
HSV(B) 219.17º 0.77% 0.36% -
XYZ 3.26 2.9 10.74 -
YUV 43.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 21 46 93 0.77 0.51 0 0.64 219.17 0.63 0.22
Hex 15 2E 5D 4D 33 0 40 DB 3F 16
Octal 25 56 135 115 63 0 100 333 77 26
Binary 10101 101110 1011101 1001101 110011 0 1000000 11011011 111111 10110

Color Harmonies of #152E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E5D

Black with #152E5D

Text Example


Text Example

White with #152E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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