Html Css Color HEX #152C59 Sapphire

📋 copy color: '#152C59'

red 21 ◦ green 44 ◦ blue 89

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

Shades of Sapphire #152C59

Tints of Sapphire #152C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.57%

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

R = 13.64%
G = 28.57%
B = 57.79%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152C59 (or 0x152C59) is known color: Sapphire. HEX triplet: 15, 2C and 59. RGB value is (21,44,89). Sum of RGB (Red+Green+Blue) = 21+44+89=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #152C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C59 is #EAD3A6. Grayscale: #2A2A2A. Windows color (decimal): -15389607 or 5843989. OLE color: 5843989.

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

Color convert

RGB 21 44 89 -
CMYK 0.76 0.51 0 0.65
HSL 219.71º 0.62% 0.22% -
HSV(B) 219.71º 0.76% 0.35% -
XYZ 3.01 2.68 9.81 -
YUV 42.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 21 44 89 0.76 0.51 0 0.65 219.71 0.62 0.22
Hex 15 2C 59 4C 33 0 41 DC 3E 16
Octal 25 54 131 114 63 0 101 334 76 26
Binary 10101 101100 1011001 1001100 110011 0 1000001 11011100 111110 10110

Color Harmonies of #152C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C59

Black with #152C59

Text Example


Text Example

White with #152C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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