Html Css Color HEX #152D63 Sapphire

📋 copy color: '#152D63'

red 21 ◦ green 45 ◦ blue 99

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

Shades of Sapphire #152D63

Tints of Sapphire #152D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

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

R = 12.73%
G = 27.27%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#152D63 (or 0x152D63) is known color: Sapphire. HEX triplet: 15, 2D and 63. RGB value is (21,45,99). Sum of RGB (Red+Green+Blue) = 21+45+99=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #152D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D63 is #EAD29C. Grayscale: #2B2B2B. Windows color (decimal): -15389341 or 6499605. OLE color: 6499605.

HSL color Cylindrical-coordinate representation of color #152D63: hue angle of 221.54º 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 #152D63 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 45 99 -
CMYK 0.79 0.55 0 0.61
HSL 221.54º 0.65% 0.24% -
HSV(B) 221.54º 0.79% 0.39% -
XYZ 3.5 2.94 12.19 -
YUV 43.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 21 45 99 0.79 0.55 0 0.61 221.54 0.65 0.24
Hex 15 2D 63 4F 37 0 3D DE 41 18
Octal 25 55 143 117 67 0 75 336 101 30
Binary 10101 101101 1100011 1001111 110111 0 111101 11011110 1000001 11000

Color Harmonies of #152D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D63

Black with #152D63

Text Example


Text Example

White with #152D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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