Html Css Color HEX #15366A Sapphire

📋 copy color: '#15366A'

red 21 ◦ green 54 ◦ blue 106

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

Shades of Sapphire #15366A

Tints of Sapphire #15366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

 BLUE value IS 106 (41.8% from 255) = 58.56%

R = 11.6%
G = 29.83%
B = 58.56%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15366A (or 0x15366A) is known color: Sapphire. HEX triplet: 15, 36 and 6A. RGB value is (21,54,106). Sum of RGB (Red+Green+Blue) = 21+54+106=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #15366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15366A is #EAC995. Grayscale: #313131. Windows color (decimal): -15387030 or 6960661. OLE color: 6960661.

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

Color convert

RGB 21 54 106 -
CMYK 0.80 0.49 0 0.58
HSL 216.71º 0.67% 0.25% -
HSV(B) 216.71º 0.8% 0.42% -
XYZ 4.23 3.84 14.15 -
YUV 50.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 21 54 106 0.80 0.49 0 0.58 216.71 0.67 0.25
Hex 15 36 6A 50 31 0 3A D9 43 19
Octal 25 66 152 120 61 0 72 331 103 31
Binary 10101 110110 1101010 1010000 110001 0 111010 11011001 1000011 11001

Color Harmonies of #15366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15366A

Black with #15366A

Text Example


Text Example

White with #15366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15366A; }

 p { color: rgb(21,54,106); }

 H1.HeaderClassName
 {
   color: #15366A;
 }
 .AnyTagClassName
 {
   color: #15366A;
 }
</style>

background-color css

<style>
 a { background-color: #15366A; }

 a { background-color: rgb(21,54,106); }

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

border-color css

<style>
 span { border-color: #15366A; }

 span { border-color: rgb(21,54,106); }

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