Html Css Color HEX #152558 Sapphire

📋 copy color: '#152558'

red 21 ◦ green 37 ◦ blue 88

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

Shades of Sapphire #152558

Tints of Sapphire #152558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 60.27%

R = 14.38%
G = 25.34%
B = 60.27%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152558 (or 0x152558) is known color: Sapphire. HEX triplet: 15, 25 and 58. RGB value is (21,37,88). Sum of RGB (Red+Green+Blue) = 21+37+88=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #152558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152558 is #EADAA7. Grayscale: #252525. Windows color (decimal): -15391400 or 5776661. OLE color: 5776661.

HSL color Cylindrical-coordinate representation of color #152558: hue angle of 225.67º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152558 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 37 88 -
CMYK 0.76 0.58 0 0.65
HSL 225.67º 0.61% 0.21% -
HSV(B) 225.67º 0.76% 0.35% -
XYZ 2.73 2.19 9.51 -
YUV 38.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 21 37 88 0.76 0.58 0 0.65 225.67 0.61 0.21
Hex 15 25 58 4C 3A 0 41 E2 3D 15
Octal 25 45 130 114 72 0 101 342 75 25
Binary 10101 100101 1011000 1001100 111010 0 1000001 11100010 111101 10101

Color Harmonies of #152558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152558

Black with #152558

Text Example


Text Example

White with #152558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152558; }

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

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

background-color css

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

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

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

border-color css

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

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

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