Html Css Color HEX #15265F Sapphire

📋 copy color: '#15265F'

red 21 ◦ green 38 ◦ blue 95

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

Shades of Sapphire #15265F

Tints of Sapphire #15265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 61.69%

R = 13.64%
G = 24.68%
B = 61.69%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15265F (or 0x15265F) is known color: Sapphire. HEX triplet: 15, 26 and 5F. RGB value is (21,38,95). Sum of RGB (Red+Green+Blue) = 21+38+95=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #15265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265F is #EAD9A0. Grayscale: #272727. Windows color (decimal): -15391137 or 6235669. OLE color: 6235669.

HSL color Cylindrical-coordinate representation of color #15265F: hue angle of 226.22º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15265F is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 38 95 -
CMYK 0.78 0.60 0 0.63
HSL 226.22º 0.64% 0.23% -
HSV(B) 226.22º 0.78% 0.37% -
XYZ 3.07 2.37 11.12 -
YUV 39.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 21 38 95 0.78 0.60 0 0.63 226.22 0.64 0.23
Hex 15 26 5F 4E 3C 0 3F E2 40 17
Octal 25 46 137 116 74 0 77 342 100 27
Binary 10101 100110 1011111 1001110 111100 0 111111 11100010 1000000 10111

Color Harmonies of #15265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15265F

Black with #15265F

Text Example


Text Example

White with #15265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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