Html Css Color HEX #15346C Sapphire

📋 copy color: '#15346C'

red 21 ◦ green 52 ◦ blue 108

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

Shades of Sapphire #15346C

Tints of Sapphire #15346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 11.6%
G = 28.73%
B = 59.67%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15346C (or 0x15346C) is known color: Sapphire. HEX triplet: 15, 34 and 6C. RGB value is (21,52,108). Sum of RGB (Red+Green+Blue) = 21+52+108=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #15346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15346C is #EACB93. Grayscale: #303030. Windows color (decimal): -15387540 or 7091221. OLE color: 7091221.

HSL color Cylindrical-coordinate representation of color #15346C: hue angle of 218.62º 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 #15346C is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 52 108 -
CMYK 0.81 0.52 0 0.58
HSL 218.62º 0.67% 0.25% -
HSV(B) 218.62º 0.81% 0.42% -
XYZ 4.24 3.7 14.68 -
YUV 49.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 21 52 108 0.81 0.52 0 0.58 218.62 0.67 0.25
Hex 15 34 6C 51 34 0 3A DB 43 19
Octal 25 64 154 121 64 0 72 333 103 31
Binary 10101 110100 1101100 1010001 110100 0 111010 11011011 1000011 11001

Color Harmonies of #15346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15346C

Black with #15346C

Text Example


Text Example

White with #15346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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