Html Css Color HEX #152762 Sapphire

📋 copy color: '#152762'

red 21 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #152762

Tints of Sapphire #152762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

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

R = 13.29%
G = 24.68%
B = 62.03%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#152762 (or 0x152762) is known color: Sapphire. HEX triplet: 15, 27 and 62. RGB value is (21,39,98). Sum of RGB (Red+Green+Blue) = 21+39+98=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #152762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152762 is #EAD89D. Grayscale: #282828. Windows color (decimal): -15390878 or 6432533. OLE color: 6432533.

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

Color convert

RGB 21 39 98 -
CMYK 0.79 0.60 0 0.62
HSL 225.97º 0.65% 0.23% -
HSV(B) 225.97º 0.79% 0.38% -
XYZ 3.24 2.49 11.87 -
YUV 40.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 21 39 98 0.79 0.60 0 0.62 225.97 0.65 0.23
Hex 15 27 62 4F 3C 0 3E E2 41 17
Octal 25 47 142 117 74 0 76 342 101 27
Binary 10101 100111 1100010 1001111 111100 0 111110 11100010 1000001 10111

Color Harmonies of #152762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152762

Black with #152762

Text Example


Text Example

White with #152762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152762; }

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

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

background-color css

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

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

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

border-color css

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

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

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