Html Css Color HEX #15265B Sapphire

📋 copy color: '#15265B'

red 21 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #15265B

Tints of Sapphire #15265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 60.67%

R = 14%
G = 25.33%
B = 60.67%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15265B (or 0x15265B) is known color: Sapphire. HEX triplet: 15, 26 and 5B. RGB value is (21,38,91). Sum of RGB (Red+Green+Blue) = 21+38+91=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #15265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265B is #EAD9A4. Grayscale: #262626. Windows color (decimal): -15391141 or 5973525. OLE color: 5973525.

HSL color Cylindrical-coordinate representation of color #15265B: hue angle of 225.43º degrees, saturation: 0.62, 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 #15265B is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 38 91 -
CMYK 0.77 0.58 0 0.64
HSL 225.43º 0.63% 0.22% -
HSV(B) 225.43º 0.77% 0.36% -
XYZ 2.89 2.3 10.19 -
YUV 38.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 21 38 91 0.77 0.58 0 0.64 225.43 0.63 0.22
Hex 15 26 5B 4D 3A 0 40 E1 3E 16
Octal 25 46 133 115 72 0 100 341 76 26
Binary 10101 100110 1011011 1001101 111010 0 1000000 11100001 111110 10110

Color Harmonies of #15265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15265B

Black with #15265B

Text Example


Text Example

White with #15265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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