Html Css Color HEX #15276F Sapphire

📋 copy color: '#15276F'

red 21 ◦ green 39 ◦ blue 111

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

Shades of Sapphire #15276F

Tints of Sapphire #15276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.81%

 BLUE value IS 111 (43.75% from 255) = 64.91%

R = 12.28%
G = 22.81%
B = 64.91%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#15276F (or 0x15276F) is known color: Sapphire. HEX triplet: 15, 27 and 6F. RGB value is (21,39,111). Sum of RGB (Red+Green+Blue) = 21+39+111=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #15276F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15276F is #EAD890. Grayscale: #292929. Windows color (decimal): -15390865 or 7284501. OLE color: 7284501.

HSL color Cylindrical-coordinate representation of color #15276F: hue angle of 228º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15276F is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 39 111 -
CMYK 0.81 0.65 0 0.56
HSL 228º 0.68% 0.26% -
HSV(B) 228º 0.81% 0.44% -
XYZ 3.9 2.76 15.37 -
YUV 41.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 21 39 111 0.81 0.65 0 0.56 228 0.68 0.26
Hex 15 27 6F 51 41 0 38 E4 44 1A
Octal 25 47 157 121 101 0 70 344 104 32
Binary 10101 100111 1101111 1010001 1000001 0 111000 11100100 1000100 11010

Color Harmonies of #15276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15276F

Black with #15276F

Text Example


Text Example

White with #15276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,39,111); }

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

background-color css

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

 a { background-color: rgb(21,39,111); }

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

border-color css

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

 span { border-color: rgb(21,39,111); }

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