Html Css Color HEX #152555 Sapphire

📋 copy color: '#152555'

red 21 ◦ green 37 ◦ blue 85

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

Shades of Sapphire #152555

Tints of Sapphire #152555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.44%

R = 14.69%
G = 25.87%
B = 59.44%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152555 (or 0x152555) is known color: Sapphire. HEX triplet: 15, 25 and 55. RGB value is (21,37,85). Sum of RGB (Red+Green+Blue) = 21+37+85=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #152555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152555 is #EADAAA. Grayscale: #252525. Windows color (decimal): -15391403 or 5580053. OLE color: 5580053.

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

Color convert

RGB 21 37 85 -
CMYK 0.75 0.56 0 0.67
HSL 225º 0.6% 0.21% -
HSV(B) 225º 0.75% 0.33% -
XYZ 2.61 2.14 8.87 -
YUV 37.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 21 37 85 0.75 0.56 0 0.67 225 0.6 0.21
Hex 15 25 55 4B 38 0 43 E1 3C 15
Octal 25 45 125 113 70 0 103 341 74 25
Binary 10101 100101 1010101 1001011 111000 0 1000011 11100001 111100 10101

Color Harmonies of #152555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152555

Black with #152555

Text Example


Text Example

White with #152555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152555; }

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

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

background-color css

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

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

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

border-color css

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

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

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