Html Css Color HEX #152655 Sapphire

📋 copy color: '#152655'

red 21 ◦ green 38 ◦ blue 85

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

Shades of Sapphire #152655

Tints of Sapphire #152655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

 BLUE value IS 85 (33.59% from 255) = 59.03%

R = 14.58%
G = 26.39%
B = 59.03%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#152655 (or 0x152655) is known color: Sapphire. HEX triplet: 15, 26 and 55. RGB value is (21,38,85). Sum of RGB (Red+Green+Blue) = 21+38+85=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #152655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152655 is #EAD9AA. Grayscale: #262626. Windows color (decimal): -15391147 or 5580309. OLE color: 5580309.

HSL color Cylindrical-coordinate representation of color #152655: hue angle of 224.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152655 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 38 85 -
CMYK 0.75 0.55 0 0.67
HSL 224.06º 0.6% 0.21% -
HSV(B) 224.06º 0.75% 0.33% -
XYZ 2.64 2.2 8.88 -
YUV 38.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 21 38 85 0.75 0.55 0 0.67 224.06 0.6 0.21
Hex 15 26 55 4B 37 0 43 E0 3C 15
Octal 25 46 125 113 67 0 103 340 74 25
Binary 10101 100110 1010101 1001011 110111 0 1000011 11100000 111100 10101

Color Harmonies of #152655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152655

Black with #152655

Text Example


Text Example

White with #152655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152655; }

 p { color: rgb(21,38,85); }

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

background-color css

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

 a { background-color: rgb(21,38,85); }

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

border-color css

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

 span { border-color: rgb(21,38,85); }

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