Html Css Color HEX #15256A Sapphire

📋 copy color: '#15256A'

red 21 ◦ green 37 ◦ blue 106

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

Shades of Sapphire #15256A

Tints of Sapphire #15256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 64.63%

R = 12.8%
G = 22.56%
B = 64.63%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15256A (or 0x15256A) is known color: Sapphire. HEX triplet: 15, 25 and 6A. RGB value is (21,37,106). Sum of RGB (Red+Green+Blue) = 21+37+106=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #15256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15256A is #EADA95. Grayscale: #272727. Windows color (decimal): -15391382 or 6956309. OLE color: 6956309.

HSL color Cylindrical-coordinate representation of color #15256A: hue angle of 228.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15256A is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 37 106 -
CMYK 0.80 0.65 0 0.58
HSL 228.71º 0.67% 0.25% -
HSV(B) 228.71º 0.8% 0.42% -
XYZ 3.57 2.52 13.93 -
YUV 40.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 21 37 106 0.80 0.65 0 0.58 228.71 0.67 0.25
Hex 15 25 6A 50 41 0 3A E5 43 19
Octal 25 45 152 120 101 0 72 345 103 31
Binary 10101 100101 1101010 1010000 1000001 0 111010 11100101 1000011 11001

Color Harmonies of #15256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15256A

Black with #15256A

Text Example


Text Example

White with #15256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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