Html Css Color HEX #152C60 Sapphire

📋 copy color: '#152C60'

red 21 ◦ green 44 ◦ blue 96

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

Shades of Sapphire #152C60

Tints of Sapphire #152C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 13.04%
G = 27.33%
B = 59.63%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152C60 (or 0x152C60) is known color: Sapphire. HEX triplet: 15, 2C and 60. RGB value is (21,44,96). Sum of RGB (Red+Green+Blue) = 21+44+96=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #152C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C60 is #EAD39F. Grayscale: #2A2A2A. Windows color (decimal): -15389600 or 6302741. OLE color: 6302741.

HSL color Cylindrical-coordinate representation of color #152C60: hue angle of 221.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152C60 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 44 96 -
CMYK 0.78 0.54 0 0.62
HSL 221.6º 0.64% 0.23% -
HSV(B) 221.6º 0.78% 0.38% -
XYZ 3.32 2.81 11.43 -
YUV 43.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 21 44 96 0.78 0.54 0 0.62 221.6 0.64 0.23
Hex 15 2C 60 4E 36 0 3E DE 40 17
Octal 25 54 140 116 66 0 76 336 100 27
Binary 10101 101100 1100000 1001110 110110 0 111110 11011110 1000000 10111

Color Harmonies of #152C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C60

Black with #152C60

Text Example


Text Example

White with #152C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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