Html Css Color HEX #152759 Sapphire

📋 copy color: '#152759'

red 21 ◦ green 39 ◦ blue 89

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

Shades of Sapphire #152759

Tints of Sapphire #152759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.17%

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

R = 14.09%
G = 26.17%
B = 59.73%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152759 (or 0x152759) is known color: Sapphire. HEX triplet: 15, 27 and 59. RGB value is (21,39,89). Sum of RGB (Red+Green+Blue) = 21+39+89=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #152759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152759 is #EAD8A6. Grayscale: #272727. Windows color (decimal): -15390887 or 5842709. OLE color: 5842709.

HSL color Cylindrical-coordinate representation of color #152759: hue angle of 224.12º 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 #152759 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 39 89 -
CMYK 0.76 0.56 0 0.65
HSL 224.12º 0.62% 0.22% -
HSV(B) 224.12º 0.76% 0.35% -
XYZ 2.84 2.33 9.75 -
YUV 39.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 21 39 89 0.76 0.56 0 0.65 224.12 0.62 0.22
Hex 15 27 59 4C 38 0 41 E0 3E 16
Octal 25 47 131 114 70 0 101 340 76 26
Binary 10101 100111 1011001 1001100 111000 0 1000001 11100000 111110 10110

Color Harmonies of #152759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152759

Black with #152759

Text Example


Text Example

White with #152759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152759; }

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

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

background-color css

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

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

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

border-color css

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

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

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