Html Css Color HEX #152361 Sapphire

📋 copy color: '#152361'

red 21 ◦ green 35 ◦ blue 97

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

Shades of Sapphire #152361

Tints of Sapphire #152361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

 BLUE value IS 97 (38.28% from 255) = 63.4%

R = 13.73%
G = 22.88%
B = 63.4%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152361 (or 0x152361) is known color: Sapphire. HEX triplet: 15, 23 and 61. RGB value is (21,35,97). Sum of RGB (Red+Green+Blue) = 21+35+97=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #152361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152361 is #EADC9E. Grayscale: #252525. Windows color (decimal): -15391903 or 6365973. OLE color: 6365973.

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

Color convert

RGB 21 35 97 -
CMYK 0.78 0.64 0 0.62
HSL 228.95º 0.64% 0.23% -
HSV(B) 228.95º 0.78% 0.38% -
XYZ 3.07 2.22 11.58 -
YUV 37.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 21 35 97 0.78 0.64 0 0.62 228.95 0.64 0.23
Hex 15 23 61 4E 40 0 3E E5 40 17
Octal 25 43 141 116 100 0 76 345 100 27
Binary 10101 100011 1100001 1001110 1000000 0 111110 11100101 1000000 10111

Color Harmonies of #152361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152361

Black with #152361

Text Example


Text Example

White with #152361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152361; }

 p { color: rgb(21,35,97); }

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

background-color css

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

 a { background-color: rgb(21,35,97); }

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

border-color css

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

 span { border-color: rgb(21,35,97); }

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