Html Css Color HEX #15265A Sapphire

📋 copy color: '#15265A'

red 21 ◦ green 38 ◦ blue 90

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

Shades of Sapphire #15265A

Tints of Sapphire #15265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 60.4%

R = 14.09%
G = 25.5%
B = 60.4%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15265A (or 0x15265A) is known color: Sapphire. HEX triplet: 15, 26 and 5A. RGB value is (21,38,90). Sum of RGB (Red+Green+Blue) = 21+38+90=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #15265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265A is #EAD9A5. Grayscale: #262626. Windows color (decimal): -15391142 or 5907989. OLE color: 5907989.

HSL color Cylindrical-coordinate representation of color #15265A: hue angle of 225.22º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15265A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 38 90 -
CMYK 0.77 0.58 0 0.65
HSL 225.22º 0.62% 0.22% -
HSV(B) 225.22º 0.77% 0.35% -
XYZ 2.85 2.28 9.96 -
YUV 38.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 21 38 90 0.77 0.58 0 0.65 225.22 0.62 0.22
Hex 15 26 5A 4D 3A 0 41 E1 3E 16
Octal 25 46 132 115 72 0 101 341 76 26
Binary 10101 100110 1011010 1001101 111010 0 1000001 11100001 111110 10110

Color Harmonies of #15265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15265A

Black with #15265A

Text Example


Text Example

White with #15265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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