Html Css Color HEX #152562 Sapphire

📋 copy color: '#152562'

red 21 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #152562

Tints of Sapphire #152562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 62.82%

R = 13.46%
G = 23.72%
B = 62.82%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152562 (or 0x152562) is known color: Sapphire. HEX triplet: 15, 25 and 62. RGB value is (21,37,98). Sum of RGB (Red+Green+Blue) = 21+37+98=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #152562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152562 is #EADA9D. Grayscale: #262626. Windows color (decimal): -15391390 or 6432021. OLE color: 6432021.

HSL color Cylindrical-coordinate representation of color #152562: hue angle of 227.53º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152562 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 37 98 -
CMYK 0.79 0.62 0 0.62
HSL 227.53º 0.65% 0.23% -
HSV(B) 227.53º 0.79% 0.38% -
XYZ 3.18 2.36 11.84 -
YUV 39.17 161.2 115.04 -
System Red Green Blue C M Y K H S L
Decimal 21 37 98 0.79 0.62 0 0.62 227.53 0.65 0.23
Hex 15 25 62 4F 3E 0 3E E4 41 17
Octal 25 45 142 117 76 0 76 344 101 27
Binary 10101 100101 1100010 1001111 111110 0 111110 11100100 1000001 10111

Color Harmonies of #152562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152562

Black with #152562

Text Example


Text Example

White with #152562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152562; }

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

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

background-color css

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

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

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

border-color css

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

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

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