Html Css Color HEX #152859 Sapphire

📋 copy color: '#152859'

red 21 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #152859

Tints of Sapphire #152859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.67%

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

R = 14%
G = 26.67%
B = 59.33%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152859 (or 0x152859) is known color: Sapphire. HEX triplet: 15, 28 and 59. RGB value is (21,40,89). Sum of RGB (Red+Green+Blue) = 21+40+89=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #152859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152859 is #EAD7A6. Grayscale: #272727. Windows color (decimal): -15390631 or 5842965. OLE color: 5842965.

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

Color convert

RGB 21 40 89 -
CMYK 0.76 0.55 0 0.65
HSL 223.24º 0.62% 0.22% -
HSV(B) 223.24º 0.76% 0.35% -
XYZ 2.87 2.4 9.76 -
YUV 39.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 21 40 89 0.76 0.55 0 0.65 223.24 0.62 0.22
Hex 15 28 59 4C 37 0 41 DF 3E 16
Octal 25 50 131 114 67 0 101 337 76 26
Binary 10101 101000 1011001 1001100 110111 0 1000001 11011111 111110 10110

Color Harmonies of #152859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152859

Black with #152859

Text Example


Text Example

White with #152859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152859; }

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

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

background-color css

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

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

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

border-color css

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

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

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