Html Css Color HEX #152D59 Sapphire

📋 copy color: '#152D59'

red 21 ◦ green 45 ◦ blue 89

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

Shades of Sapphire #152D59

Tints of Sapphire #152D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.03%

 BLUE value IS 89 (35.16% from 255) = 57.42%

R = 13.55%
G = 29.03%
B = 57.42%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152D59 (or 0x152D59) is known color: Sapphire. HEX triplet: 15, 2D and 59. RGB value is (21,45,89). Sum of RGB (Red+Green+Blue) = 21+45+89=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #152D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D59 is #EAD2A6. Grayscale: #2A2A2A. Windows color (decimal): -15389351 or 5844245. OLE color: 5844245.

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

Color convert

RGB 21 45 89 -
CMYK 0.76 0.49 0 0.65
HSL 218.82º 0.62% 0.22% -
HSV(B) 218.82º 0.76% 0.35% -
XYZ 3.05 2.76 9.82 -
YUV 42.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 21 45 89 0.76 0.49 0 0.65 218.82 0.62 0.22
Hex 15 2D 59 4C 31 0 41 DB 3E 16
Octal 25 55 131 114 61 0 101 333 76 26
Binary 10101 101101 1011001 1001100 110001 0 1000001 11011011 111110 10110

Color Harmonies of #152D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D59

Black with #152D59

Text Example


Text Example

White with #152D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,45,89); }

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

background-color css

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

 a { background-color: rgb(21,45,89); }

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

border-color css

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

 span { border-color: rgb(21,45,89); }

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