Html Css Color HEX #15266C Sapphire

📋 copy color: '#15266C'

red 21 ◦ green 38 ◦ blue 108

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

Shades of Sapphire #15266C

Tints of Sapphire #15266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 64.67%

R = 12.57%
G = 22.75%
B = 64.67%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15266C (or 0x15266C) is known color: Sapphire. HEX triplet: 15, 26 and 6C. RGB value is (21,38,108). Sum of RGB (Red+Green+Blue) = 21+38+108=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #15266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15266C is #EAD993. Grayscale: #282828. Windows color (decimal): -15391124 or 7087637. OLE color: 7087637.

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

Color convert

RGB 21 38 108 -
CMYK 0.81 0.65 0 0.58
HSL 228.28º 0.67% 0.25% -
HSV(B) 228.28º 0.81% 0.42% -
XYZ 3.71 2.63 14.5 -
YUV 40.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 21 38 108 0.81 0.65 0 0.58 228.28 0.67 0.25
Hex 15 26 6C 51 41 0 3A E4 43 19
Octal 25 46 154 121 101 0 72 344 103 31
Binary 10101 100110 1101100 1010001 1000001 0 111010 11100100 1000011 11001

Color Harmonies of #15266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15266C

Black with #15266C

Text Example


Text Example

White with #15266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15266C; }

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

 H1.HeaderClassName
 {
   color: #15266C;
 }
 .AnyTagClassName
 {
   color: #15266C;
 }
</style>

background-color css

<style>
 a { background-color: #15266C; }

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

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

border-color css

<style>
 span { border-color: #15266C; }

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

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