Html Css Color HEX #15246B Sapphire

📋 copy color: '#15246B'

red 21 ◦ green 36 ◦ blue 107

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

Shades of Sapphire #15246B

Tints of Sapphire #15246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

 BLUE value IS 107 (42.19% from 255) = 65.24%

R = 12.8%
G = 21.95%
B = 65.24%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15246B (or 0x15246B) is known color: Sapphire. HEX triplet: 15, 24 and 6B. RGB value is (21,36,107). Sum of RGB (Red+Green+Blue) = 21+36+107=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #15246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15246B is #EADB94. Grayscale: #272727. Windows color (decimal): -15391637 or 7021589. OLE color: 7021589.

HSL color Cylindrical-coordinate representation of color #15246B: hue angle of 229.53º 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 #15246B is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 36 107 -
CMYK 0.80 0.66 0 0.58
HSL 229.53º 0.67% 0.25% -
HSV(B) 229.53º 0.8% 0.42% -
XYZ 3.59 2.48 14.2 -
YUV 39.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 21 36 107 0.80 0.66 0 0.58 229.53 0.67 0.25
Hex 15 24 6B 50 42 0 3A E6 43 19
Octal 25 44 153 120 102 0 72 346 103 31
Binary 10101 100100 1101011 1010000 1000010 0 111010 11100110 1000011 11001

Color Harmonies of #15246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15246B

Black with #15246B

Text Example


Text Example

White with #15246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15246B; }

 p { color: rgb(21,36,107); }

 H1.HeaderClassName
 {
   color: #15246B;
 }
 .AnyTagClassName
 {
   color: #15246B;
 }
</style>

background-color css

<style>
 a { background-color: #15246B; }

 a { background-color: rgb(21,36,107); }

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

border-color css

<style>
 span { border-color: #15246B; }

 span { border-color: rgb(21,36,107); }

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