Html Css Color HEX #15266D Sapphire

📋 copy color: '#15266D'

red 21 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #15266D

Tints of Sapphire #15266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 12.5%
G = 22.62%
B = 64.88%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15266D (or 0x15266D) is known color: Sapphire. HEX triplet: 15, 26 and 6D. RGB value is (21,38,109). Sum of RGB (Red+Green+Blue) = 21+38+109=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #15266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15266D is #EAD992. Grayscale: #282828. Windows color (decimal): -15391123 or 7153173. OLE color: 7153173.

HSL color Cylindrical-coordinate representation of color #15266D: hue angle of 228.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15266D is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 38 109 -
CMYK 0.81 0.65 0 0.57
HSL 228.41º 0.68% 0.25% -
HSV(B) 228.41º 0.81% 0.43% -
XYZ 3.76 2.65 14.78 -
YUV 41.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 21 38 109 0.81 0.65 0 0.57 228.41 0.68 0.25
Hex 15 26 6D 51 41 0 39 E4 44 19
Octal 25 46 155 121 101 0 71 344 104 31
Binary 10101 100110 1101101 1010001 1000001 0 111001 11100100 1000100 11001

Color Harmonies of #15266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15266D

Black with #15266D

Text Example


Text Example

White with #15266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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