Html Css Color HEX #15256E Sapphire

📋 copy color: '#15256E'

red 21 ◦ green 37 ◦ blue 110

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

Shades of Sapphire #15256E

Tints of Sapphire #15256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.02%

 BLUE value IS 110 (43.36% from 255) = 65.48%

R = 12.5%
G = 22.02%
B = 65.48%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15256E (or 0x15256E) is known color: Sapphire. HEX triplet: 15, 25 and 6E. RGB value is (21,37,110). Sum of RGB (Red+Green+Blue) = 21+37+110=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #15256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15256E is #EADA91. Grayscale: #282828. Windows color (decimal): -15391378 or 7218453. OLE color: 7218453.

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

Color convert

RGB 21 37 110 -
CMYK 0.81 0.66 0 0.57
HSL 229.21º 0.68% 0.26% -
HSV(B) 229.21º 0.81% 0.43% -
XYZ 3.79 2.61 15.06 -
YUV 40.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 21 37 110 0.81 0.66 0 0.57 229.21 0.68 0.26
Hex 15 25 6E 51 42 0 39 E5 44 1A
Octal 25 45 156 121 102 0 71 345 104 32
Binary 10101 100101 1101110 1010001 1000010 0 111001 11100101 1000100 11010

Color Harmonies of #15256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15256E

Black with #15256E

Text Example


Text Example

White with #15256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15256E; }

 p { color: rgb(21,37,110); }

 H1.HeaderClassName
 {
   color: #15256E;
 }
 .AnyTagClassName
 {
   color: #15256E;
 }
</style>

background-color css

<style>
 a { background-color: #15256E; }

 a { background-color: rgb(21,37,110); }

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

border-color css

<style>
 span { border-color: #15256E; }

 span { border-color: rgb(21,37,110); }

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