Html Css Color HEX #152B63 Sapphire

📋 copy color: '#152B63'

red 21 ◦ green 43 ◦ blue 99

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

Shades of Sapphire #152B63

Tints of Sapphire #152B63

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.38%

 BLUE value IS 99 (39.06% from 255) = 60.74%

R = 12.88%
G = 26.38%
B = 60.74%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#152B63 (or 0x152B63) is known color: Sapphire. HEX triplet: 15, 2B and 63. RGB value is (21,43,99). Sum of RGB (Red+Green+Blue) = 21+43+99=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #152B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B63 is #EAD49C. Grayscale: #2A2A2A. Windows color (decimal): -15389853 or 6499093. OLE color: 6499093.

HSL color Cylindrical-coordinate representation of color #152B63: hue angle of 223.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152B63 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 43 99 -
CMYK 0.79 0.57 0 0.61
HSL 223.08º 0.65% 0.24% -
HSV(B) 223.08º 0.79% 0.39% -
XYZ 3.43 2.79 12.16 -
YUV 42.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 21 43 99 0.79 0.57 0 0.61 223.08 0.65 0.24
Hex 15 2B 63 4F 39 0 3D DF 41 18
Octal 25 53 143 117 71 0 75 337 101 30
Binary 10101 101011 1100011 1001111 111001 0 111101 11011111 1000001 11000

Color Harmonies of #152B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B63

Black with #152B63

Text Example


Text Example

White with #152B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152B63; }

 p { color: rgb(21,43,99); }

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

background-color css

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

 a { background-color: rgb(21,43,99); }

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

border-color css

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

 span { border-color: rgb(21,43,99); }

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