Html Css Color HEX #152E60 Sapphire

📋 copy color: '#152E60'

red 21 ◦ green 46 ◦ blue 96

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

Shades of Sapphire #152E60

Tints of Sapphire #152E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.22%

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

R = 12.88%
G = 28.22%
B = 58.9%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152E60 (or 0x152E60) is known color: Sapphire. HEX triplet: 15, 2E and 60. RGB value is (21,46,96). Sum of RGB (Red+Green+Blue) = 21+46+96=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #152E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E60 is #EAD19F. Grayscale: #2C2C2C. Windows color (decimal): -15389088 or 6303253. OLE color: 6303253.

HSL color Cylindrical-coordinate representation of color #152E60: hue angle of 220º 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 #152E60 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 46 96 -
CMYK 0.78 0.52 0 0.62
HSL 220º 0.64% 0.23% -
HSV(B) 220º 0.78% 0.38% -
XYZ 3.4 2.96 11.46 -
YUV 44.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 21 46 96 0.78 0.52 0 0.62 220 0.64 0.23
Hex 15 2E 60 4E 34 0 3E DC 40 17
Octal 25 56 140 116 64 0 76 334 100 27
Binary 10101 101110 1100000 1001110 110100 0 111110 11011100 1000000 10111

Color Harmonies of #152E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E60

Black with #152E60

Text Example


Text Example

White with #152E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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