Html Css Color HEX #15275E Sapphire

📋 copy color: '#15275E'

red 21 ◦ green 39 ◦ blue 94

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

Shades of Sapphire #15275E

Tints of Sapphire #15275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.04%

R = 13.64%
G = 25.32%
B = 61.04%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15275E (or 0x15275E) is known color: Sapphire. HEX triplet: 15, 27 and 5E. RGB value is (21,39,94). Sum of RGB (Red+Green+Blue) = 21+39+94=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #15275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15275E is #EAD8A1. Grayscale: #272727. Windows color (decimal): -15390882 or 6170389. OLE color: 6170389.

HSL color Cylindrical-coordinate representation of color #15275E: hue angle of 225.21º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15275E is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 39 94 -
CMYK 0.78 0.59 0 0.63
HSL 225.21º 0.63% 0.23% -
HSV(B) 225.21º 0.78% 0.37% -
XYZ 3.06 2.42 10.9 -
YUV 39.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 21 39 94 0.78 0.59 0 0.63 225.21 0.63 0.23
Hex 15 27 5E 4E 3B 0 3F E1 3F 17
Octal 25 47 136 116 73 0 77 341 77 27
Binary 10101 100111 1011110 1001110 111011 0 111111 11100001 111111 10111

Color Harmonies of #15275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15275E

Black with #15275E

Text Example


Text Example

White with #15275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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