Html Css Color HEX #15265E Sapphire

📋 copy color: '#15265E'

red 21 ◦ green 38 ◦ blue 94

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

Shades of Sapphire #15265E

Tints of Sapphire #15265E

RGB

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

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

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

R = 13.73%
G = 24.84%
B = 61.44%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15265E (or 0x15265E) is known color: Sapphire. HEX triplet: 15, 26 and 5E. RGB value is (21,38,94). Sum of RGB (Red+Green+Blue) = 21+38+94=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #15265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265E is #EAD9A1. Grayscale: #272727. Windows color (decimal): -15391138 or 6170133. OLE color: 6170133.

HSL color Cylindrical-coordinate representation of color #15265E: hue angle of 226.03º 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 #15265E is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 38 94 -
CMYK 0.78 0.60 0 0.63
HSL 226.03º 0.63% 0.23% -
HSV(B) 226.03º 0.78% 0.37% -
XYZ 3.02 2.35 10.88 -
YUV 39.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 21 38 94 0.78 0.60 0 0.63 226.03 0.63 0.23
Hex 15 26 5E 4E 3C 0 3F E2 3F 17
Octal 25 46 136 116 74 0 77 342 77 27
Binary 10101 100110 1011110 1001110 111100 0 111111 11100010 111111 10111

Color Harmonies of #15265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15265E

Black with #15265E

Text Example


Text Example

White with #15265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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