Html Css Color HEX #152862 Sapphire

📋 copy color: '#152862'

red 21 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #152862

Tints of Sapphire #152862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 13.21%
G = 25.16%
B = 61.64%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152862 (or 0x152862) is known color: Sapphire. HEX triplet: 15, 28 and 62. RGB value is (21,40,98). Sum of RGB (Red+Green+Blue) = 21+40+98=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #152862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152862 is #EAD79D. Grayscale: #282828. Windows color (decimal): -15390622 or 6432789. OLE color: 6432789.

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

Color convert

RGB 21 40 98 -
CMYK 0.79 0.59 0 0.62
HSL 225.19º 0.65% 0.23% -
HSV(B) 225.19º 0.79% 0.38% -
XYZ 3.27 2.56 11.88 -
YUV 40.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 21 40 98 0.79 0.59 0 0.62 225.19 0.65 0.23
Hex 15 28 62 4F 3B 0 3E E1 41 17
Octal 25 50 142 117 73 0 76 341 101 27
Binary 10101 101000 1100010 1001111 111011 0 111110 11100001 1000001 10111

Color Harmonies of #152862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152862

Black with #152862

Text Example


Text Example

White with #152862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152862; }

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

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

background-color css

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

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

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

border-color css

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

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

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