Html Css Color HEX #15346E Sapphire

📋 copy color: '#15346E'

red 21 ◦ green 52 ◦ blue 110

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

Shades of Sapphire #15346E

Tints of Sapphire #15346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 11.48%
G = 28.42%
B = 60.11%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15346E (or 0x15346E) is known color: Sapphire. HEX triplet: 15, 34 and 6E. RGB value is (21,52,110). Sum of RGB (Red+Green+Blue) = 21+52+110=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #15346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15346E is #EACB91. Grayscale: #313131. Windows color (decimal): -15387538 or 7222293. OLE color: 7222293.

HSL color Cylindrical-coordinate representation of color #15346E: hue angle of 219.1º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15346E is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 52 110 -
CMYK 0.81 0.53 0 0.57
HSL 219.1º 0.68% 0.26% -
HSV(B) 219.1º 0.81% 0.43% -
XYZ 4.35 3.74 15.24 -
YUV 49.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 21 52 110 0.81 0.53 0 0.57 219.1 0.68 0.26
Hex 15 34 6E 51 35 0 39 DB 44 1A
Octal 25 64 156 121 65 0 71 333 104 32
Binary 10101 110100 1101110 1010001 110101 0 111001 11011011 1000100 11010

Color Harmonies of #15346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15346E

Black with #15346E

Text Example


Text Example

White with #15346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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