Html Css Color HEX #152E63 Sapphire

📋 copy color: '#152E63'

red 21 ◦ green 46 ◦ blue 99

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

Shades of Sapphire #152E63

Tints of Sapphire #152E63

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.71%

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

R = 12.65%
G = 27.71%
B = 59.64%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#152E63 (or 0x152E63) is known color: Sapphire. HEX triplet: 15, 2E and 63. RGB value is (21,46,99). Sum of RGB (Red+Green+Blue) = 21+46+99=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #152E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E63 is #EAD19C. Grayscale: #2C2C2C. Windows color (decimal): -15389085 or 6499861. OLE color: 6499861.

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

Color convert

RGB 21 46 99 -
CMYK 0.79 0.54 0 0.61
HSL 220.77º 0.65% 0.24% -
HSV(B) 220.77º 0.79% 0.39% -
XYZ 3.54 3.01 12.2 -
YUV 44.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 21 46 99 0.79 0.54 0 0.61 220.77 0.65 0.24
Hex 15 2E 63 4F 36 0 3D DD 41 18
Octal 25 56 143 117 66 0 75 335 101 30
Binary 10101 101110 1100011 1001111 110110 0 111101 11011101 1000001 11000

Color Harmonies of #152E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E63

Black with #152E63

Text Example


Text Example

White with #152E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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