Html Css Color HEX #152553 Sapphire

📋 copy color: '#152553'

red 21 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #152553

Tints of Sapphire #152553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

 BLUE value IS 83 (32.81% from 255) = 58.87%

R = 14.89%
G = 26.24%
B = 58.87%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152553 (or 0x152553) is known color: Sapphire. HEX triplet: 15, 25 and 53. RGB value is (21,37,83). Sum of RGB (Red+Green+Blue) = 21+37+83=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #152553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152553 is #EADAAC. Grayscale: #252525. Windows color (decimal): -15391405 or 5448981. OLE color: 5448981.

HSL color Cylindrical-coordinate representation of color #152553: hue angle of 224.52º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152553 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 37 83 -
CMYK 0.75 0.55 0 0.67
HSL 224.52º 0.6% 0.2% -
HSV(B) 224.52º 0.75% 0.33% -
XYZ 2.53 2.11 8.46 -
YUV 37.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 21 37 83 0.75 0.55 0 0.67 224.52 0.6 0.2
Hex 15 25 53 4B 37 0 43 E1 3C 14
Octal 25 45 123 113 67 0 103 341 74 24
Binary 10101 100101 1010011 1001011 110111 0 1000011 11100001 111100 10100

Color Harmonies of #152553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152553

Black with #152553

Text Example


Text Example

White with #152553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152553; }

 p { color: rgb(21,37,83); }

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

background-color css

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

 a { background-color: rgb(21,37,83); }

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

border-color css

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

 span { border-color: rgb(21,37,83); }

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