Html Css Color HEX #15265D Sapphire

📋 copy color: '#15265D'

red 21 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #15265D

Tints of Sapphire #15265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 61.18%

R = 13.82%
G = 25%
B = 61.18%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15265D (or 0x15265D) is known color: Sapphire. HEX triplet: 15, 26 and 5D. RGB value is (21,38,93). Sum of RGB (Red+Green+Blue) = 21+38+93=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #15265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265D is #EAD9A2. Grayscale: #262626. Windows color (decimal): -15391139 or 6104597. OLE color: 6104597.

HSL color Cylindrical-coordinate representation of color #15265D: hue angle of 225.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15265D is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 38 93 -
CMYK 0.77 0.59 0 0.64
HSL 225.83º 0.63% 0.22% -
HSV(B) 225.83º 0.77% 0.36% -
XYZ 2.98 2.34 10.65 -
YUV 39.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 21 38 93 0.77 0.59 0 0.64 225.83 0.63 0.22
Hex 15 26 5D 4D 3B 0 40 E2 3F 16
Octal 25 46 135 115 73 0 100 342 77 26
Binary 10101 100110 1011101 1001101 111011 0 1000000 11100010 111111 10110

Color Harmonies of #15265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15265D

Black with #15265D

Text Example


Text Example

White with #15265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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